diff options
-rw-r--r-- | template/en/default/global/hidden-fields.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/hidden-fields.html.tmpl b/template/en/default/global/hidden-fields.html.tmpl index 25c6b048f..e622e7b90 100644 --- a/template/en/default/global/hidden-fields.html.tmpl +++ b/template/en/default/global/hidden-fields.html.tmpl @@ -29,5 +29,5 @@ [% FOREACH field = form %] [% NEXT IF exclude && field.key.search(exclude) %] <input type="hidden" name="[% field.key %]" - value="[% field.value | html | html_newline %]"> + value="[% field.value | html | html_linebreak %]"> [% END %] |