diff --git a/static/skin/i18n/en.json b/static/skin/i18n/en.json index 03703786..042efd00 100644 --- a/static/skin/i18n/en.json +++ b/static/skin/i18n/en.json @@ -47,9 +47,9 @@ , "search-result-book-info": "from {{BOOK_TITLE}}" , "word-count": "{{COUNT}} words" , "library-button-text": "Go to welcome page" - , "home-button-text": "Go to the main page of '{{BOOK_TITLE}}'" + , "home-button-text": "Go to the main page of '{{{BOOK_TITLE}}}'" , "random-page-button-text": "Go to a randomly selected page" - , "searchbox-tooltip": "Search '{{BOOK_TITLE}}'" + , "searchbox-tooltip": "Search '{{{BOOK_TITLE}}}'" , "confusion-of-tongues": "Two or more books in different languages would participate in search, which may lead to confusing results." , "welcome-page-overzealous-filter": "No result. Would you like to reset filter?" , "powered-by-kiwix-html": "Powered by Kiwix" diff --git a/static/templates/search_result.html b/static/templates/search_result.html index eac96915..8d91be58 100644 --- a/static/templates/search_result.html +++ b/static/templates/search_result.html @@ -120,7 +120,7 @@ {{>snippet}}... {{/snippet}} {{#bookInfo}} -
{{bookInfo}}
+
{{{bookInfo}}}
{{/bookInfo}} {{#wordCountInfo}}
{{wordCountInfo}}