From 4d35700712d07cd1caa6e47b1e03d26079f6f7ae Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 19 Mar 2011 07:29:57 +0000 Subject: [PATCH] Fix failure to escape HTML on login page git-svn-id: svn://sql.mit.edu/sql@189 a142d4bd-2cfb-0310-9673-cb33a7e74f58 --- tpl/login.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tpl/login.php b/tpl/login.php index a9ce2b5..17eabb4 100644 --- a/tpl/login.php +++ b/tpl/login.php @@ -12,15 +12,15 @@ $thisTxt = isSSL()?' using this Certificate':' using your MySQL Password';

Please enter your MySQL login information:

-

username:

+

username:

password:

-

You are identified as:

-

-

+

You are identified as:

+

+

-- 2.45.0