From: Leon Weber Date: Sat, 9 Aug 2008 01:46:25 +0000 (+0000) Subject: remove the somehow unnecessary comment X-Git-Tag: 1.31.0-rc.0~45990 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=94bcd183e21c7178983314e0e08c8b113d899d62;p=lhc%2Fweb%2Fwiklou.git remove the somehow unnecessary comment --- 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.');