aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--root/user/index.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/user/index.tt b/root/user/index.tt
index bbc7f64..4f84c07 100644
--- a/root/user/index.tt
+++ b/root/user/index.tt
@@ -7,7 +7,7 @@
<td>[% attr.name %]</td>
<td>
[% FOREACH val IN attr.values %]
- [% IF attr.editable %]<input type=hidden name="[% attr.name %]_old" value="[% val %]" />
+ [% IF attr.editable %]<input type="hidden" name="[% attr.name %]_old" value="[% val %]" />
<input name="[% attr.name %]_new" value="[% val %]" />
[% ELSE %]
[% val %]