mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-07-07 13:52:12 +00:00
DEV: uses html-safe instead of triple curly brackets
This commit is contained in:
parent
75fb2bf892
commit
0a23be6008
@ -1,3 +1,3 @@
|
|||||||
{{#if showAd}}
|
{{#if showAd}}
|
||||||
{{{adHtml}}}
|
{{html-safe adHtml}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user