Unescape tags
authorMichael <heluecht@pirati.ca>
Fri, 21 Dec 2018 06:15:22 +0000 (06:15 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 21 Dec 2018 06:15:22 +0000 (06:15 +0000)
view/templates/wall_thread.tpl
view/theme/quattro/templates/photo_item.tpl
view/theme/quattro/templates/search_item.tpl
view/theme/quattro/templates/wall_thread.tpl
view/theme/vier/templates/photo_item.tpl
view/theme/vier/templates/search_item.tpl
view/theme/vier/templates/wall_thread.tpl

index 6ca333c..b3ed2af 100644 (file)
@@ -54,7 +54,7 @@
                        <div class="body-tag">
                        {{if !$item.suppress_tags}}
                                {{foreach $item.tags as $tag}}
-                               <span class="tag">{{$tag}}</span>
+                               <span class="tag">{{$tag nofilter}}</span>
                                {{/foreach}}
                        {{/if}}
                        </div>
index 2df3626..b196824 100644 (file)
@@ -18,7 +18,7 @@
                </div>
                <div class="wall-item-tags">
                        {{foreach $tags as $tag}}
-                               <span class='tag'>{{$tag}}</span>
+                               <span class='tag'>{{$tag nofilter}}</span>
                        {{/foreach}}
                </div>
        </div>
index 43588fc..75d5ef5 100644 (file)
@@ -32,7 +32,7 @@
                <div class="wall-item-tags">
                {{if !$item.suppress_tags}}
                        {{foreach $item.tags as $tag}}
-                               <span class="tag">{{$tag}}</span>
+                               <span class="tag">{{$tag nofilter}}</span>
                        {{/foreach}}
                {{/if}}
                </div>
index 35363a7..1d22952 100644 (file)
                <div class="wall-item-tags">
                {{if !$item.suppress_tags}}
                        {{foreach $item.hashtags as $tag}}
-                               <span class="tag">{{$tag}}</span>
+                               <span class="tag">{{$tag nofilter}}</span>
                        {{/foreach}}
                        {{foreach $item.mentions as $tag}}
-                               <span class="mention">{{$tag}}</span>
+                               <span class="mention">{{$tag nofilter}}</span>
                        {{/foreach}}
                        {{foreach $item.folders as $cat}}
                                <span class="folder p-category">{{$cat.name}}</a>{{if $cat.removeurl}} (<a href="{{$cat.removeurl}}" title="{{$remove}}">x</a>) {{/if}} </span>
index dbdf4b7..b65f7ed 100644 (file)
@@ -24,7 +24,7 @@
                </div>
                <div class="wall-item-tags">
                        {{foreach $tags as $tag}}
-                               <span class='tag'>{{$tag}}</span>
+                               <span class='tag'>{{$tag nofilter}}</span>
                        {{/foreach}}
 
                </div>
index 080d7a5..bce2896 100644 (file)
@@ -39,7 +39,7 @@
                <div class="wall-item-tags">
                {{if !$item.suppress_tags}}
                        {{foreach $item.tags as $tag}}
-                               <span class="tag">{{$tag}}</span>
+                               <span class="tag">{{$tag nofilter}}</span>
                        {{/foreach}}
                {{/if}}
                </div>
index 0ab2e47..8a857bc 100644 (file)
                <div class="wall-item-tags">
                {{if !$item.suppress_tags}}
                        {{foreach $item.hashtags as $tag}}
-                               <span class="tag">{{$tag}}</span>
+                               <span class="tag">{{$tag nofilter}}</span>
                        {{/foreach}}
                        {{foreach $item.mentions as $tag}}
-                               <span class="mention">{{$tag}}</span>
+                               <span class="mention">{{$tag nofilter}}</span>
                        {{/foreach}}
                {{/if}}
                        {{foreach $item.folders as $cat}}