summaryrefslogtreecommitdiff
path: root/swat/login.esp
diff options
context:
space:
mode:
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);