From 09834ca2bdbc54dbe5dcbbb6d5dbaa7c9f937d52 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Mon, 22 Jul 2002 18:09:06 +0000 Subject: 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(-) (limited to 'template') 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) %] + value="[% field.value | html | html_linebreak %]"> [% END %] -- cgit v1.2.3-24-g4f1b