From 98b36c47f4f22b039fab5161d00c20abc68525de Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Mon, 22 Jul 2002 18:06:25 +0000 Subject: [PATCH] Tree bustage fix of bug 157074: a filter had the wrong name in hidden-fields template. --- template/en/default/global/hidden-fields.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.47.2