mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-12-23 22:47:57 -05:00
Avoid interpretation of content coming from zim by mustache
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user