diff --git a/view/templates/profile_advanced.tpl b/view/templates/profile_advanced.tpl
index a31868a0d6..3bc69dce46 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 a36572c25a..2531108315 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 842698e16e..454f4e8873 100644
--- a/view/theme/frio/templates/search_item.tpl
+++ b/view/theme/frio/templates/search_item.tpl
@@ -141,11 +141,11 @@