From 306e372a1f1690456154e98e671f764395125742 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Tue, 21 Dec 2010 09:13:16 +0000 Subject: Merge patch from Maarten Vanraes that fix some HTML errors --- root/index.tt | 2 +- root/user/index.tt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'root') diff --git a/root/index.tt b/root/index.tt index 7dd2939..c1e5735 100644 --- a/root/index.tt +++ b/root/index.tt @@ -10,7 +10,7 @@
- +
[% l('Register') %] | diff --git a/root/user/index.tt b/root/user/index.tt index 24caabd..bbc7f64 100644 --- a/root/user/index.tt +++ b/root/user/index.tt @@ -1,14 +1,14 @@
- +
[% FOREACH attr IN values %]
[% l('Attribute') %][% l('Value') %]
[% attr.name %] [% FOREACH val IN attr.values %] - [% IF attr.editable %] - + [% IF attr.editable %] + [% ELSE %] [% val %]
-- cgit v1.2.1