From: Hypolite Petovan Date: Tue, 1 Jan 2019 16:45:36 +0000 (-0500) Subject: Unescape profiles template variables X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2f15f1c47703cc1829ea9a43e2c11bfb723c0617;p=friendica.git Unescape profiles template variables --- 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}}