r7134: a number of small changes to make the pages HTML compliant. The
[samba.git] / swat / login.esp
index f66249251182f70ac0b097329a7346ae43b5d82c..873ff2f6a6b85a4801a93852de3a291c833c609a 100644 (file)
@@ -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);