summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-03-27 21:00:25 +0000
committerthomascube <thomas@roundcube.net>2006-03-27 21:00:25 +0000
commite8afd05db85ae7066632c30e5dfa73650502d126 (patch)
tree5404ac8b414630196cebf91641c33ccfdb9a3923 /skins
parentac6b87c4a27c3ca7491af7f159778f333050519e (diff)
Fixed XHTML validation issue
Diffstat (limited to 'skins')
-rw-r--r--skins/default/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html
index 241f7c623..ae2804d1c 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>