From 55cb51e4c05b477cda4e3baa1b8351c54239cc9e Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Wed, 1 Feb 2012 15:44:32 +0000 Subject: [PATCH] HTML 2??? --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index a49d231ddd..0e0bff23a0 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1927,7 +1927,7 @@ function wfHttpError( $code, $label, $desc ) { $wgOut->sendCacheControl(); header( 'Content-type: text/html; charset=utf-8' ); - print "". + print "" . '' . htmlspecialchars( $label ) . '

' . -- 2.20.1