Remove uses of HTML escaping in Smarty templates
This commit is contained in:
parent
b6623216f0
commit
2241ba4540
171 changed files with 855 additions and 855 deletions
|
@ -1,4 +1,4 @@
|
|||
{{foreach $items as $item }}
|
||||
<p>{{$item.title|escape}} ({{$item.mime|escape}}) ({{$item.filename|escape}})</p>
|
||||
<p>{{$item.title}} ({{$item.mime}}) ({{$item.filename}})</p>
|
||||
{{/foreach}}
|
||||
{{include "paginate.tpl"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue