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

This commit is contained in:
jouni%heikniemi.net 2002-07-22 11:09:06 +00:00
Родитель 45b2693413
Коммит d698f88a32
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 %]