From 94bcd183e21c7178983314e0e08c8b113d899d62 Mon Sep 17 00:00:00 2001 From: Leon Weber Date: Sat, 9 Aug 2008 01:46:25 +0000 Subject: [PATCH] remove the somehow unnecessary comment --- includes/Skin.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/includes/Skin.php b/includes/Skin.php index 2174225bf5..f13b75ad84 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -779,11 +779,9 @@ END; // Doing this here instead of in the skins to // ensure that the div has the same ID in all // skins - $data = "\n" . - "
\n" . + $data = "
\n" . "\t$data\n" . - "
\n" . - "\n"; + "
\n"; } } else { wfDebug ('Hook SkinAfterContent changed output processing.'); -- 2.20.1