From c7a636fe18f5ae3d58cb65682f9e504372cff710 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 20 Dec 2018 21:57:53 +0000 Subject: [PATCH] Fixing templates - unescaping it again --- view/templates/profile_advanced.tpl | 2 +- view/theme/frio/templates/profile_advanced.tpl | 2 +- view/theme/frio/templates/search_item.tpl | 4 ++-- view/theme/frio/templates/wall_thread.tpl | 4 ++-- view/theme/vier/templates/profile_advanced.tpl | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) 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 @@
{{if !$item.suppress_tags}} {{foreach $item.hashtags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{foreach $item.mentions as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{/if}} diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 0ecceab0f1..8a3816f8c6 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -264,11 +264,11 @@ as the value of $top_child_total (this is done at the end of this file)
{{if !$item.suppress_tags}} {{foreach $item.hashtags as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{foreach $item.mentions as $tag}} - {{$tag}} + {{$tag nofilter}} {{/foreach}} {{/if}} diff --git a/view/theme/vier/templates/profile_advanced.tpl b/view/theme/vier/templates/profile_advanced.tpl index 96cd1639f5..28d42efe8d 100644 --- a/view/theme/vier/templates/profile_advanced.tpl +++ b/view/theme/vier/templates/profile_advanced.tpl @@ -91,7 +91,7 @@ {{if $profile.about}}
{{$profile.about.0}}
-
{{$profile.about.1}}
+
{{$profile.about.1 nofilter}}
{{/if}}