From 84edbe5ded4ac21d6845092c075c1397797f5b3b Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 14 Aug 2004 09:10:46 +0000 Subject: [PATCH] Wrap user styles in CDATA block on classic skins; fixes XHTML parsing error. --- includes/Skin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Skin.php b/includes/Skin.php index fe9b5b9ed9..f84e340b1a 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -201,9 +201,9 @@ class Skin { { global $wgOut, $wgStylePath, $wgLang; $s = "\n"; return $s; } -- 2.20.1