]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/photo_view.tpl
Fix ignore notification
[friendica.git] / 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}}