From c8c1f7414a59c8923ced77761cb2d5d1a924c19d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Thu, 4 Dec 2014 01:23:39 +0100 Subject: [PATCH] Fix: syntax error --- htdocs/externalsite/frames.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/externalsite/frames.php b/htdocs/externalsite/frames.php index 38324088180..c0b5cf92e7e 100644 --- a/htdocs/externalsite/frames.php +++ b/htdocs/externalsite/frames.php @@ -58,7 +58,7 @@ print " <noframes> <body> - <br><div class="center"> + <br><div class=\"center\"> Sorry, your browser is too old or not correctly configured to view this area.<br> Your browser must support frames.<br> </div> -- GitLab