Unescape yet more values with a focus on the vier theme

This commit is contained in:
Hypolite Petovan 2018-12-14 20:42:24 -05:00
parent d0fa7f74c5
commit e1b3bcc77d
61 changed files with 82 additions and 85 deletions

View file

@ -24,14 +24,14 @@
{{if $admin_form}}
<h3>{{$settings}}</h3>
<form method="post" action="{{$baseurl}}/admin/{{$function}}/{{$addon}}/">
{{$admin_form}}
{{$admin_form nofilter}}
</form>
{{/if}}
{{if $readme}}
<h3>Readme</h3>
<div id="addon_readme">
{{$readme}}
{{$readme nofilter}}
</div>
{{/if}}
</div>

View file

@ -14,7 +14,7 @@
<a href='{{$baseurl}}/admin/{{$function}}/{{$p.0}}'><span class='name'>{{$p.2.name}}</span></a> - <span class="version">{{$p.2.version}}</span>
{{if $p.2.experimental}} {{$experimental}} {{/if}}{{if $p.2.unsupported}} {{$unsupported}} {{/if}}
<div class='desc'>{{$p.2.description}}</div>
<div class='desc'>{{$p.2.description nofilter}}</div>
</li>
{{/foreach}}
</ul>