summaryrefslogtreecommitdiff
path: root/swat/login.esp
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-31 03:37:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:20 -0500
commitee21d32b25fe5de19364d678317475d44b1d5e29 (patch)
tree4abd9d22325b61fce6b373fb7e1a771d2cb9353c /swat/login.esp
parent913c19cd5b9b43f653652967edf9dc4d9816c79b (diff)
downloadsamba-ee21d32b25fe5de19364d678317475d44b1d5e29.tar.gz
samba-ee21d32b25fe5de19364d678317475d44b1d5e29.tar.bz2
samba-ee21d32b25fe5de19364d678317475d44b1d5e29.zip
r7134: a number of small changes to make the pages HTML compliant. The
builtin web validator in firefox sure is useful! (This used to be commit aa43111aa5f9a183395ebd840d8f77867730ab23)
Diffstat (limited to 'swat/login.esp')
-rw-r--r--swat/login.esp2
1 files changed, 1 insertions, 1 deletions
diff --git a/swat/login.esp b/swat/login.esp
index f662492511..873ff2f6a6 100644
--- a/swat/login.esp
+++ b/swat/login.esp
@@ -3,7 +3,7 @@
<%
if (request['SESSION_EXPIRED'] == "True") {
- write("<b>Your session has expired - please authenticate again<br>\n");
+ write("<b>Your session has expired - please authenticate again<br /></b>\n");
}
var f = FormObj("login", 2, 1);