]> git.mxchange.org Git - friendica.git/commitdiff
Fix tag rendering which was displayed as escaped HTML instead of rendered HTML
authorTiMESPLiNTER <github@timesplinter.ch>
Sun, 21 Jul 2019 10:43:05 +0000 (12:43 +0200)
committerTiMESPLiNTER <github@timesplinter.ch>
Sun, 21 Jul 2019 10:43:05 +0000 (12:43 +0200)
view/theme/frio/templates/photo_view.tpl

index 82bddcfc61c2870596fbefe523ef2377ccac7460..91e9dafe4426dad38458ea974a9ab23372df57f6 100644 (file)
@@ -70,7 +70,7 @@
                <div id="photo-tags">{{$tags.title}}
                        {{foreach $tags.tags as $t}}
                        <span class="category label btn-success sm">
-                               <span class="p-category">{{$t.name}}</span>
+                               <span class="p-category">{{$t.name nofilter}}</span>
                                {{if $t.removeurl}} <a href="{{$t.removeurl}}">(X)</a> {{/if}}
                        </span>
                        {{/foreach}}