From 5ade310e15c8f1b9471b44e8844ee5bfe5ee59cd Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Sun, 20 Feb 2011 22:55:07 +1100 Subject: [PATCH] Correct HTML5 --- templates/login.html | 56 +++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 29 deletions(-) diff --git a/templates/login.html b/templates/login.html index e9d559f7..ea5cdd21 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,29 +1,27 @@ -
- {error?

{error}

} -
- {redirect?} - - - - - - - - - - - - -
- Username - - -
- Password - - -
- -
-
-
\ No newline at end of file +{error?

{error}

} +
+{redirect?} + + + + + + + + + + + + +
+ Username + + +
+ Password + + +
+ +
+
\ No newline at end of file