Commit 09834ca2 authored by jouni%heikniemi.net's avatar jouni%heikniemi.net

Tree bustage fix of bug 157074: a filter had the wrong name in hidden-fields template.

parent 78b4d31f
......@@ -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 %]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment