Avoid escaping relevant template variables

This commit is contained in:
Hypolite Petovan 2018-12-13 22:35:51 -05:00
commit c407fb7963
165 changed files with 312 additions and 313 deletions

View file

@ -31,7 +31,7 @@
{{if $theme_config}}
<h2>{{$stitle}}</h2>
{{$theme_config}}
{{$theme_config nofilter}}
{{/if}}
</form>