Merge pull request #1241 from vighnesh-sawant/mustache-tag-escaping

Avoid interpretation of content coming from zim by mustache
This commit is contained in:
Kelson
2025-11-10 20:10:16 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -21,7 +21,7 @@
<title>{{title}}</title> <title>{{title}}</title>
<link>{{absolutePath}}</link> <link>{{absolutePath}}</link>
{{#snippet}} {{#snippet}}
<description>{{>snippet}}...</description> <description>{{{snippet}}}...</description>
{{/snippet}} {{/snippet}}
{{#bookTitle}} {{#bookTitle}}
<book> <book>