diff --git a/view/templates/search_item.tpl b/view/templates/search_item.tpl
index 8560757efd..38aa947498 100644
--- a/view/templates/search_item.tpl
+++ b/view/templates/search_item.tpl
@@ -19,7 +19,7 @@
{{if $item.lock}}
{{else}}
{{/if}}
-
{{$item.location}}
+
{{$item.location nofilter}}
diff --git a/view/templates/wall_thread.tpl b/view/templates/wall_thread.tpl
index 38c0f4359b..6ca333c3d9 100644
--- a/view/templates/wall_thread.tpl
+++ b/view/templates/wall_thread.tpl
@@ -40,7 +40,7 @@
{{if $item.lock}}
{{else}}
{{/if}}
-
{{$item.location}}
+
{{$item.location nofilter}}
diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl
index 454f4e8873..b668229e8a 100644
--- a/view/theme/frio/templates/search_item.tpl
+++ b/view/theme/frio/templates/search_item.tpl
@@ -99,7 +99,7 @@
{{if $item.location}}
- ({{$item.location}})
+ ({{$item.location nofilter}})
{{/if}}
@@ -112,7 +112,7 @@
- {{$item.ago}} {{if $item.location}} — ({{$item.location}}){{/if}}
+ {{$item.ago}} {{if $item.location}} — ({{$item.location nofilter}}){{/if}}
diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index 8a3816f8c6..af3e27228b 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -208,7 +208,7 @@ as the value of $top_child_total (this is done at the end of this file)
{{if $item.location}}
- ({{$item.location}})
+ ({{$item.location nofilter}})
{{/if}}
@@ -220,7 +220,7 @@ as the value of $top_child_total (this is done at the end of this file)
- {{$item.ago}} {{if $item.location}} — ({{$item.location}}){{/if}}
+ {{$item.ago}} {{if $item.location}} — ({{$item.location nofilter}}){{/if}}
@@ -233,7 +233,7 @@ as the value of $top_child_total (this is done at the end of this file)
diff --git a/view/theme/quattro/templates/search_item.tpl b/view/theme/quattro/templates/search_item.tpl
index 2857baf2bf..43588fc9fd 100644
--- a/view/theme/quattro/templates/search_item.tpl
+++ b/view/theme/quattro/templates/search_item.tpl
@@ -19,7 +19,7 @@
- {{$item.location}}
+ {{$item.location nofilter}}
{{if $item.title}}
{{/if}}
diff --git a/view/theme/quattro/templates/wall_item_tag.tpl b/view/theme/quattro/templates/wall_item_tag.tpl
index 90ceafce52..cb4b890153 100644
--- a/view/theme/quattro/templates/wall_item_tag.tpl
+++ b/view/theme/quattro/templates/wall_item_tag.tpl
@@ -34,7 +34,7 @@
- {{$item.location}}
+ {{$item.location nofilter}}
{{$item.ago}} {{$item.body nofilter}}
diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl
index 565ddb573b..35363a758f 100644
--- a/view/theme/quattro/templates/wall_thread.tpl
+++ b/view/theme/quattro/templates/wall_thread.tpl
@@ -56,7 +56,7 @@
{{/if}}
- {{$item.location}}
+ {{$item.location nofilter}}
{{if $item.title}}
{{/if}}
diff --git a/view/theme/smoothly/templates/search_item.tpl b/view/theme/smoothly/templates/search_item.tpl
index 1830922fcf..23af1b794b 100644
--- a/view/theme/smoothly/templates/search_item.tpl
+++ b/view/theme/smoothly/templates/search_item.tpl
@@ -15,7 +15,7 @@
- {{if $item.location}}{{$item.location}} {{/if}}
+ {{if $item.location}}{{$item.location nofilter}} {{/if}}
{{if $item.lock}}
diff --git a/view/theme/smoothly/templates/wall_thread.tpl b/view/theme/smoothly/templates/wall_thread.tpl
index 454b2b3961..a7e0f20109 100644
--- a/view/theme/smoothly/templates/wall_thread.tpl
+++ b/view/theme/smoothly/templates/wall_thread.tpl
@@ -33,7 +33,7 @@
- {{if $item.location}}{{$item.location}} {{/if}}
+ {{if $item.location}}{{$item.location nofilter}} {{/if}}
{{if $item.lock}}
diff --git a/view/theme/vier/templates/search_item.tpl b/view/theme/vier/templates/search_item.tpl
index 4d900649ee..080d7a5282 100644
--- a/view/theme/vier/templates/search_item.tpl
+++ b/view/theme/vier/templates/search_item.tpl
@@ -51,7 +51,7 @@
-
{{$item.location}}
+
{{$item.location nofilter}}
{{if $item.star}}
diff --git a/view/theme/vier/templates/wall_item_tag.tpl b/view/theme/vier/templates/wall_item_tag.tpl
index a14f45101a..49fb26a83c 100644
--- a/view/theme/vier/templates/wall_item_tag.tpl
+++ b/view/theme/vier/templates/wall_item_tag.tpl
@@ -34,7 +34,7 @@
-
{{$item.location}}
+
{{$item.location nofilter}}
{{$item.ago}} {{$item.body nofilter}}
diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl
index 45ec27ba1f..0ab2e478eb 100644
--- a/view/theme/vier/templates/wall_thread.tpl
+++ b/view/theme/vier/templates/wall_thread.tpl
@@ -134,7 +134,7 @@
{{/if}}
- {{$item.location}} {{$item.postopts}}
+ {{$item.location nofilter}} {{$item.postopts}}