X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Ftemplates%2Fphoto_view.tpl;h=359c42669622c9f334451048c163f9c3f8c41717;hb=b1e85ba605c46328ab8af92abd8871db70591897;hp=7dc2db901e2f7492ed450a69b0b1688aa916c284;hpb=884ab0d71d983bc6d452284a828126cad866562c;p=friendica.git diff --git a/view/theme/frio/templates/photo_view.tpl b/view/theme/frio/templates/photo_view.tpl index 7dc2db901e..359c426696 100644 --- a/view/theme/frio/templates/photo_view.tpl +++ b/view/theme/frio/templates/photo_view.tpl @@ -47,7 +47,7 @@
{{* The photo description *}} -
{{$desc}}
+
{{$desc nofilter}}
{{* Tags and mentions *}} {{if $tags}} @@ -68,13 +68,13 @@ {{/if}} {{* The part for editing the photo - only available for the edit subpage *}} - {{if $edit}}{{$edit}}{{/if}} + {{if $edit}}{{$edit nofilter}}{{/if}} {{if $likebuttons}}
- {{$likebuttons}} - {{$like}} - {{$dislike}} + {{$likebuttons nofilter}} + {{$like nofilter}} + {{$dislike nofilter}}
{{/if}}
@@ -82,8 +82,8 @@ {{* Insert the comments *}}
- {{$comments}} + {{$comments nofilter}}
- {{$paginate}} + {{$paginate nofilter}}