From 2f15f1c47703cc1829ea9a43e2c11bfb723c0617 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 1 Jan 2019 11:45:36 -0500 Subject: [PATCH] Unescape profiles template variables --- view/templates/contact_edit.tpl | 2 +- view/theme/frio/templates/contact_edit.tpl | 2 +- view/theme/frio/templates/profile_entry.tpl | 2 +- view/theme/vier/templates/contact_edit.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/view/templates/contact_edit.tpl b/view/templates/contact_edit.tpl index 08570ec496..6f63dde2b6 100644 --- a/view/templates/contact_edit.tpl +++ b/view/templates/contact_edit.tpl @@ -95,7 +95,7 @@

{{$lbl_vis1}}

{{$lbl_vis2}}

- {{$profile_select}} + {{$profile_select nofilter}}
{{/if}} diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index fd5f1c0f1c..70ebdcd0c8 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -193,7 +193,7 @@

{{$lbl_vis2}}

- {{$profile_select}} + {{$profile_select nofilter}}
{{/if}} diff --git a/view/theme/frio/templates/profile_entry.tpl b/view/theme/frio/templates/profile_entry.tpl index fb5436fb52..ba8f547171 100644 --- a/view/theme/frio/templates/profile_entry.tpl +++ b/view/theme/frio/templates/profile_entry.tpl @@ -8,7 +8,7 @@ {{$profile_name}}
- {{$visible}} + {{$visible nofilter}}
diff --git a/view/theme/vier/templates/contact_edit.tpl b/view/theme/vier/templates/contact_edit.tpl index 2f52f82f81..8fbbbfc380 100644 --- a/view/theme/vier/templates/contact_edit.tpl +++ b/view/theme/vier/templates/contact_edit.tpl @@ -96,7 +96,7 @@

{{$lbl_vis1}}

{{$lbl_vis2}}

- {{$profile_select}} + {{$profile_select nofilter}}
{{/if}}