From 77d16b46a9a76581d8f20bd8e1c6ee39bd5aff54 Mon Sep 17 00:00:00 2001 From: thomasb Date: Sun, 3 Sep 2006 12:17:35 +0000 Subject: Fixed another XSS issue: #1483830 git-svn-id: https://svn.roundcube.net/trunk@335 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/get.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/get.inc b/roundcubemail/program/steps/mail/get.inc index 083de8664..e1ae281e4 100644 --- a/roundcubemail/program/steps/mail/get.inc +++ b/roundcubemail/program/steps/mail/get.inc @@ -29,7 +29,7 @@ if ($_GET['_preload']) $message = rcube_label('loadingdata'); print "\n\n" . - '' . + '' . "\n\n" . $message . "\n\n"; -- cgit v1.2.3