зеркало из https://github.com/mozilla/gecko-dev.git
Tree bustage fix of bug 157074: a filter had the wrong name in hidden-fields template.
This commit is contained in:
Родитель
45b2693413
Коммит
d698f88a32
|
@ -29,5 +29,5 @@
|
||||||
[% FOREACH field = form %]
|
[% FOREACH field = form %]
|
||||||
[% NEXT IF exclude && field.key.search(exclude) %]
|
[% NEXT IF exclude && field.key.search(exclude) %]
|
||||||
<input type="hidden" name="[% field.key %]"
|
<input type="hidden" name="[% field.key %]"
|
||||||
value="[% field.value | html | html_newline %]">
|
value="[% field.value | html | html_linebreak %]">
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче