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 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{{#if showAd}}
{{{adHtml}}}
{{html-safe adHtml}}
{{/if}}