mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 18:26:11 -04:00
Avoid ZIM title double HTML encoding
This commit is contained in:
parent
4dfcfbe1fa
commit
2fdd2066cd
@ -44,7 +44,7 @@
|
|||||||
, "search-results-page-title": "Search: {{SEARCH_PATTERN}}"
|
, "search-results-page-title": "Search: {{SEARCH_PATTERN}}"
|
||||||
, "search-results-page-header": "Results <b>{{START}}-{{END}}</b> of <b>{{COUNT}}</b> for <b>\"{{{SEARCH_PATTERN}}}\"</b>"
|
, "search-results-page-header": "Results <b>{{START}}-{{END}}</b> of <b>{{COUNT}}</b> for <b>\"{{{SEARCH_PATTERN}}}\"</b>"
|
||||||
, "empty-search-results-page-header": "No results were found for <b>\"{{{SEARCH_PATTERN}}}\"</b>"
|
, "empty-search-results-page-header": "No results were found for <b>\"{{{SEARCH_PATTERN}}}\"</b>"
|
||||||
, "search-result-book-info": "from {{{BOOK_TITLE}}}"
|
, "search-result-book-info": "from {{BOOK_TITLE}}"
|
||||||
, "word-count": "{{COUNT}} words"
|
, "word-count": "{{COUNT}} words"
|
||||||
, "library-button-text": "Go to welcome page"
|
, "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}}}'"
|
||||||
|
@ -120,7 +120,7 @@
|
|||||||
<cite>{{>snippet}}...</cite>
|
<cite>{{>snippet}}...</cite>
|
||||||
{{/snippet}}
|
{{/snippet}}
|
||||||
{{#bookInfo}}
|
{{#bookInfo}}
|
||||||
<div class="book-title">{{bookInfo}}</div>
|
<div class="book-title">{{{bookInfo}}}</div>
|
||||||
{{/bookInfo}}
|
{{/bookInfo}}
|
||||||
{{#wordCountInfo}}
|
{{#wordCountInfo}}
|
||||||
<div class="informations">{{wordCountInfo}}</div>
|
<div class="informations">{{wordCountInfo}}</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user