From: Hypolite Petovan Date: Sun, 3 Feb 2019 20:32:52 +0000 (-0500) Subject: Add nofilter to field_input attribute parameter X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ba7ffab3c26e91405d439ffec5cc0640430b9b60;p=friendica.git Add nofilter to field_input attribute parameter --- diff --git a/view/templates/field_input.tpl b/view/templates/field_input.tpl index efe2c77c1b..b66f5f7027 100644 --- a/view/templates/field_input.tpl +++ b/view/templates/field_input.tpl @@ -1,7 +1,7 @@
- + {{if $field.3}} {{$field.3 nofilter}} {{/if}} diff --git a/view/theme/frio/templates/field_input.tpl b/view/theme/frio/templates/field_input.tpl index ef55203a05..78c3b0b1ea 100644 --- a/view/theme/frio/templates/field_input.tpl +++ b/view/theme/frio/templates/field_input.tpl @@ -3,7 +3,7 @@ {{if !isset($label) || $label != false }} {{/if}} - + {{if $field.3}} {{$field.3 nofilter}} {{/if}}