diff --git a/view/templates/profile_advanced.tpl b/view/templates/profile_advanced.tpl
index a31868a0d..3bc69dce4 100644
--- a/view/templates/profile_advanced.tpl
+++ b/view/templates/profile_advanced.tpl
@@ -86,7 +86,7 @@
{{if $profile.about}}
- {{$profile.about.0}}
- - {{$profile.about.1}}
+ - {{$profile.about.1 nofilter}}
{{/if}}
diff --git a/view/theme/frio/templates/profile_advanced.tpl b/view/theme/frio/templates/profile_advanced.tpl
index a36572c25..253110831 100644
--- a/view/theme/frio/templates/profile_advanced.tpl
+++ b/view/theme/frio/templates/profile_advanced.tpl
@@ -90,7 +90,7 @@
{{$profile.about.0}}
-
{{$profile.about.1}}
+
{{$profile.about.1 nofilter}}
{{/if}}
diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl
index 842698e16..454f4e887 100644
--- a/view/theme/frio/templates/search_item.tpl
+++ b/view/theme/frio/templates/search_item.tpl
@@ -141,11 +141,11 @@