Avoid ZIM title double HTML encoding

This commit is contained in:
Emmanuel Engelhart 2025-06-09 14:34:26 +02:00 committed by Kelson
parent 4dfcfbe1fa
commit 2fdd2066cd
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
, "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>"
, "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"
, "library-button-text": "Go to welcome page"
, "home-button-text": "Go to the main page of '{{{BOOK_TITLE}}}'"

View File

@ -120,7 +120,7 @@
<cite>{{>snippet}}...</cite>
{{/snippet}}
{{#bookInfo}}
<div class="book-title">{{bookInfo}}</div>
<div class="book-title">{{{bookInfo}}}</div>
{{/bookInfo}}
{{#wordCountInfo}}
<div class="informations">{{wordCountInfo}}</div>