From ba7ffab3c26e91405d439ffec5cc0640430b9b60 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sun, 3 Feb 2019 15:32:52 -0500 Subject: [PATCH] Add nofilter to field_input attribute parameter --- view/templates/field_input.tpl | 2 +- view/theme/frio/templates/field_input.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}