1
0
mirror of synced 2026-08-05 01:46:54 +00:00

DEV: uses html-safe instead of triple curly brackets

This commit is contained in:
jjaffeux
2020-08-01 17:48:23 +02:00
parent 75fb2bf892
commit 0a23be6008
@@ -1,3 +1,3 @@
{{#if showAd}}
{{{adHtml}}}
{{html-safe adHtml}}
{{/if}}