diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl index 6ca333c3d9..b3ed2af026 100644 --- a/view/templates/wall_thread.tpl +++ b/view/templates/wall_thread.tpl @@ -54,7 +54,7 @@
{{if !$item.suppress_tags}} {{foreach $item.tags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{/if}}
diff --git a/view/theme/quattro/templates/photo_item.tpl b/view/theme/quattro/templates/photo_item.tpl index 2df36261dd..b196824c02 100644 --- a/view/theme/quattro/templates/photo_item.tpl +++ b/view/theme/quattro/templates/photo_item.tpl @@ -18,7 +18,7 @@
{{foreach $tags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}}
diff --git a/view/theme/quattro/templates/search_item.tpl b/view/theme/quattro/templates/search_item.tpl index 43588fc9fd..75d5ef566f 100644 --- a/view/theme/quattro/templates/search_item.tpl +++ b/view/theme/quattro/templates/search_item.tpl @@ -32,7 +32,7 @@
{{if !$item.suppress_tags}} {{foreach $item.tags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{/if}}
diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl index 35363a758f..1d2295278b 100644 --- a/view/theme/quattro/templates/wall_thread.tpl +++ b/view/theme/quattro/templates/wall_thread.tpl @@ -69,10 +69,10 @@
{{if !$item.suppress_tags}} {{foreach $item.hashtags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{foreach $item.mentions as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{foreach $item.folders as $cat}} {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} diff --git a/view/theme/vier/templates/photo_item.tpl b/view/theme/vier/templates/photo_item.tpl index dbdf4b7d9f..b65f7edd6e 100644 --- a/view/theme/vier/templates/photo_item.tpl +++ b/view/theme/vier/templates/photo_item.tpl @@ -24,7 +24,7 @@
{{foreach $tags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}}
diff --git a/view/theme/vier/templates/search_item.tpl b/view/theme/vier/templates/search_item.tpl index 080d7a5282..bce28962ec 100644 --- a/view/theme/vier/templates/search_item.tpl +++ b/view/theme/vier/templates/search_item.tpl @@ -39,7 +39,7 @@
{{if !$item.suppress_tags}} {{foreach $item.tags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{/if}}
diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl index 0ab2e478eb..8a857bcb7d 100644 --- a/view/theme/vier/templates/wall_thread.tpl +++ b/view/theme/vier/templates/wall_thread.tpl @@ -75,10 +75,10 @@
{{if !$item.suppress_tags}} {{foreach $item.hashtags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{foreach $item.mentions as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{/if}} {{foreach $item.folders as $cat}}