From: jouni%heikniemi.net <> Date: Mon, 22 Jul 2002 18:06:25 +0000 (+0000) Subject: Tree bustage fix of bug 157074: a filter had the wrong name in hidden-fields template. X-Git-Tag: bugzilla-2.16~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98b36c47f4f22b039fab5161d00c20abc68525de;p=thirdparty%2Fbugzilla.git Tree bustage fix of bug 157074: a filter had the wrong name in hidden-fields template. --- diff --git a/template/en/default/global/hidden-fields.html.tmpl b/template/en/default/global/hidden-fields.html.tmpl index 25c6b048f5..e622e7b900 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) %] + value="[% field.value | html | html_linebreak %]"> [% END %]