diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl
index 6ca333c3d..b3ed2af02 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 2df36261d..b196824c0 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 43588fc9f..75d5ef566 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 35363a758..1d2295278 100644
--- a/view/theme/quattro/templates/wall_thread.tpl
+++ b/view/theme/quattro/templates/wall_thread.tpl
@@ -69,10 +69,10 @@
{{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 080d7a528..bce28962e 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 0ab2e478e..8a857bcb7 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}}