X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftemplates%2Ffiles.tpl;h=07e64d89c9caa443891b5c86079c5dfd115bb261;hb=33d1df3c6d81de08c4eedf529a36d83d1aad16da;hp=b622bb3e1dd0a65e28ee68a1c2b90cd10331c244;hpb=ea4e772b1e776876c40e30c67f30e6c35cf7d3aa;p=friendica.git diff --git a/view/templates/files.tpl b/view/templates/files.tpl index b622bb3e1d..07e64d89c9 100644 --- a/view/templates/files.tpl +++ b/view/templates/files.tpl @@ -1,4 +1,4 @@ {{foreach $items as $item }} -

{{$item.title|escape}} ({{$item.mime|escape}}) ({{$item.filename|escape}})

+

{{$item.title}} ({{$item.mime}}) ({{$item.filename}})

{{/foreach}} {{include "paginate.tpl"}}