diff --git a/include/client/accesslink.inc.php b/include/client/accesslink.inc.php index 4f5f5ac810..0b4f82adb9 100644 --- a/include/client/accesslink.inc.php +++ b/include/client/accesslink.inc.php @@ -25,12 +25,12 @@
diff --git a/include/client/login.inc.php b/include/client/login.inc.php index 98e9feac29..6ada33ecd7 100644 --- a/include/client/login.inc.php +++ b/include/client/login.inc.php @@ -23,10 +23,10 @@
@@ -55,7 +55,7 @@
%s
', htmlspecialchars($info['error'], ENT_QUOTES, 'UTF-8')); } elseif ($info['msg']) { - echo sprintf('%s
', $info['msg']); + echo sprintf('%s
', htmlspecialchars($info['msg'], ENT_QUOTES, 'UTF-8')); } ?>