diff --git a/static/skin/i18n/en.json b/static/skin/i18n/en.json index fad4e81b..042efd00 100644 --- a/static/skin/i18n/en.json +++ b/static/skin/i18n/en.json @@ -44,7 +44,7 @@ , "search-results-page-title": "Search: {{SEARCH_PATTERN}}" , "search-results-page-header": "Results {{START}}-{{END}} of {{COUNT}} for \"{{{SEARCH_PATTERN}}}\"" , "empty-search-results-page-header": "No results were found for \"{{{SEARCH_PATTERN}}}\"" - , "search-result-book-info": "from {{{BOOK_TITLE}}}" + , "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}}}'" 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}}