From 6b481aaac6f6e18a5611d286e06d3c113bc083cf Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 21 Dec 2018 00:06:22 -0500 Subject: [PATCH] Fix advanced profile fields escaping --- view/templates/profile_advanced.tpl | 22 +++++++++--------- .../theme/frio/templates/profile_advanced.tpl | 23 +++++++++---------- .../theme/vier/templates/profile_advanced.tpl | 22 +++++++++--------- 3 files changed, 33 insertions(+), 34 deletions(-) diff --git a/view/templates/profile_advanced.tpl b/view/templates/profile_advanced.tpl index 3bc69dce46..83685d86e5 100644 --- a/view/templates/profile_advanced.tpl +++ b/view/templates/profile_advanced.tpl @@ -93,28 +93,28 @@ {{if $profile.interest}}
{{$profile.interest.0}}
-
{{$profile.interest.1}}
+
{{$profile.interest.1 nofilter}}
{{/if}} {{if $profile.likes}}
{{$profile.likes.0}}
-
{{$profile.likes.1}}
+
{{$profile.likes.1 nofilter}}
{{/if}} {{if $profile.dislikes}}
{{$profile.dislikes.0}}
-
{{$profile.dislikes.1}}
+
{{$profile.dislikes.1 nofilter}}
{{/if}} {{if $profile.contact}}
{{$profile.contact.0}}
-
{{$profile.contact.1}}
+
{{$profile.contact.1 nofilter}}
{{/if}} @@ -122,7 +122,7 @@ {{if $profile.music}}
{{$profile.music.0}}
-
{{$profile.music.1}}
+
{{$profile.music.1 nofilter}}
{{/if}} @@ -130,7 +130,7 @@ {{if $profile.book}}
{{$profile.book.0}}
-
{{$profile.book.1}}
+
{{$profile.book.1 nofilter}}
{{/if}} @@ -138,7 +138,7 @@ {{if $profile.tv}}
{{$profile.tv.0}}
-
{{$profile.tv.1}}
+
{{$profile.tv.1 nofilter}}
{{/if}} @@ -146,7 +146,7 @@ {{if $profile.film}}
{{$profile.film.0}}
-
{{$profile.film.1}}
+
{{$profile.film.1 nofilter}}
{{/if}} @@ -154,7 +154,7 @@ {{if $profile.romance}}
{{$profile.romance.0}}
-
{{$profile.romance.1}}
+
{{$profile.romance.1 nofilter}}
{{/if}} @@ -162,14 +162,14 @@ {{if $profile.work}}
{{$profile.work.0}}
-
{{$profile.work.1}}
+
{{$profile.work.1 nofilter}}
{{/if}} {{if $profile.education}}
{{$profile.education.0}}
-
{{$profile.education.1}}
+
{{$profile.education.1 nofilter}}
{{/if}} diff --git a/view/theme/frio/templates/profile_advanced.tpl b/view/theme/frio/templates/profile_advanced.tpl index 2531108315..a35955c170 100644 --- a/view/theme/frio/templates/profile_advanced.tpl +++ b/view/theme/frio/templates/profile_advanced.tpl @@ -133,7 +133,7 @@

{{$profile.interest.0}}
-
{{$profile.interest.1}}
+
{{$profile.interest.1 nofilter}}
{{/if}} @@ -141,7 +141,7 @@

{{$profile.likes.0}}
-
{{$profile.likes.1}}
+
{{$profile.likes.1 nofilter}}
{{/if}} @@ -149,7 +149,7 @@

{{$profile.dislikes.0}}
-
{{$profile.dislikes.1}}
+
{{$profile.dislikes.1 nofilter}}
{{/if}} @@ -157,16 +157,15 @@

{{$profile.contact.0}}
-
{{$profile.contact.1}}
+
{{$profile.contact.1 nofilter}}
{{/if}} - {{if $profile.music}}

{{$profile.music.0}}
-
{{$profile.music.1}}
+
{{$profile.music.1 nofilter}}
{{/if}} @@ -175,7 +174,7 @@

{{$profile.book.0}}
-
{{$profile.book.1}}
+
{{$profile.book.1 nofilter}}
{{/if}} @@ -184,7 +183,7 @@

{{$profile.tv.0}}
-
{{$profile.tv.1}}
+
{{$profile.tv.1 nofilter}}
{{/if}} @@ -193,7 +192,7 @@

{{$profile.film.0}}
-
{{$profile.film.1}}
+
{{$profile.film.1 nofilter}}
{{/if}} @@ -202,7 +201,7 @@

{{$profile.romance.0}}
-
{{$profile.romance.1}}
+
{{$profile.romance.1 nofilter}}
{{/if}} @@ -211,7 +210,7 @@

{{$profile.work.0}}
-
{{$profile.work.1}}
+
{{$profile.work.1 nofilter}}
{{/if}} @@ -219,7 +218,7 @@

{{$profile.education.0}}
-
{{$profile.education.1}}
+
{{$profile.education.1 nofilter}}
{{/if}} diff --git a/view/theme/vier/templates/profile_advanced.tpl b/view/theme/vier/templates/profile_advanced.tpl index 28d42efe8d..20c4e84b13 100644 --- a/view/theme/vier/templates/profile_advanced.tpl +++ b/view/theme/vier/templates/profile_advanced.tpl @@ -98,28 +98,28 @@ {{if $profile.interest}}
{{$profile.interest.0}}
-
{{$profile.interest.1}}
+
{{$profile.interest.1 nofilter}}
{{/if}} {{if $profile.likes}}
{{$profile.likes.0}}
-
{{$profile.likes.1}}
+
{{$profile.likes.1 nofilter}}
{{/if}} {{if $profile.dislikes}}
{{$profile.dislikes.0}}
-
{{$profile.dislikes.1}}
+
{{$profile.dislikes.1 nofilter}}
{{/if}} {{if $profile.contact}}
{{$profile.contact.0}}
-
{{$profile.contact.1}}
+
{{$profile.contact.1 nofilter}}
{{/if}} @@ -127,7 +127,7 @@ {{if $profile.music}}
{{$profile.music.0}}
-
{{$profile.music.1}}
+
{{$profile.music.1 nofilter}}
{{/if}} @@ -135,7 +135,7 @@ {{if $profile.book}}
{{$profile.book.0}}
-
{{$profile.book.1}}
+
{{$profile.book.1 nofilter}}
{{/if}} @@ -143,7 +143,7 @@ {{if $profile.tv}}
{{$profile.tv.0}}
-
{{$profile.tv.1}}
+
{{$profile.tv.1 nofilter}}
{{/if}} @@ -151,7 +151,7 @@ {{if $profile.film}}
{{$profile.film.0}}
-
{{$profile.film.1}}
+
{{$profile.film.1 nofilter}}
{{/if}} @@ -159,7 +159,7 @@ {{if $profile.romance}}
{{$profile.romance.0}}
-
{{$profile.romance.1}}
+
{{$profile.romance.1 nofilter}}
{{/if}} @@ -167,14 +167,14 @@ {{if $profile.work}}
{{$profile.work.0}}
-
{{$profile.work.1}}
+
{{$profile.work.1 nofilter}}
{{/if}} {{if $profile.education}}
{{$profile.education.0}}
-
{{$profile.education.1}}
+
{{$profile.education.1 nofilter}}
{{/if}}