]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Tree bustage fix of bug 157074: a filter had the wrong name in hidden-fields template.
authorjouni%heikniemi.net <>
Mon, 22 Jul 2002 18:06:25 +0000 (18:06 +0000)
committerjouni%heikniemi.net <>
Mon, 22 Jul 2002 18:06:25 +0000 (18:06 +0000)
template/en/default/global/hidden-fields.html.tmpl

index 25c6b048f5480b5d1ff7cae84a9989a9212172f8..e622e7b900f84c27ce1907a98ad7a6903d99fc39 100644 (file)
@@ -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 %]