Merge branch 'feature/wsl5.3' into release/2.0
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -52,6 +52,7 @@ if (keywords) { | @@ -52,6 +52,7 @@ if (keywords) { | ||
52 | }); | 52 | }); |
53 | 53 | ||
54 | s.content = helper.keywordLabel(s.content, keywords); | 54 | s.content = helper.keywordLabel(s.content, keywords); |
55 | + s.caption = helper.keywordLabel(s.caption, keywords); | ||
55 | }); | 56 | }); |
56 | 57 | ||
57 | $detailCont.html(searchTemplet(result)); | 58 | $detailCont.html(searchTemplet(result)); |
-
Please register or login to post a comment