From e8afd05db85ae7066632c30e5dfa73650502d126 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 27 Mar 2006 16:00:25 -0500 Subject: [PATCH] Fixed XHTML validation issue --- skins/default/templates/login.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html index 241f7c6..ae2804d 100644 --- a/skins/default/templates/login.html +++ b/skins/default/templates/login.html @@ -24,7 +24,7 @@ <form name="form" action="./" method="post"> <roundcube:object name="loginform" form="form" /> -<p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name="login" />"> +<p style="text-align: center;"><input type="submit" class="button" value="<roundcube:label name="login" />" /> </form> </div> -- Gitblit v1.9.1