mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Much more escapes
This commit is contained in:
parent
7381540039
commit
6075245b84
26 changed files with 63 additions and 65 deletions
|
@ -1,4 +1,4 @@
|
|||
{{foreach $items as $item }}
|
||||
<p>{{$item.title}} ({{$item.mime}}) ({{$item.filename}})</p>
|
||||
<p>{{$item.title|escape}} ({{$item.mime|escape}}) ({{$item.filename|escape}})</p>
|
||||
{{/foreach}}
|
||||
{{include "paginate.tpl"}}
|
||||
{{include "paginate.tpl"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue