forked from lix-project/hydra
* Trim some significant whitespace.
This commit is contained in:
parent
465612fc73
commit
b4cfd58944
|
@ -16,13 +16,13 @@
|
|||
[% END %]
|
||||
|
||||
|
||||
[% BLOCK maybeEditString %]
|
||||
[% IF edit %]
|
||||
[% BLOCK maybeEditString;
|
||||
IF edit -%]
|
||||
<input type="text" class="string [% extraClass %]" [% HTML.attributes(id => param, name => param, value => value) %] />
|
||||
[% ELSE %]
|
||||
[% HTML.escape(value) %]
|
||||
[% END %]
|
||||
[% END %]
|
||||
[% ELSE;
|
||||
HTML.escape(value);
|
||||
END -%]
|
||||
[% END -%]
|
||||
|
||||
|
||||
[% BLOCK renderInputAlt %]
|
||||
|
|
Loading…
Reference in a new issue