remove the somehow unnecessary comment
authorLeon Weber <leon@users.mediawiki.org>
Sat, 9 Aug 2008 01:46:25 +0000 (01:46 +0000)
committerLeon Weber <leon@users.mediawiki.org>
Sat, 9 Aug 2008 01:46:25 +0000 (01:46 +0000)
includes/Skin.php

index 2174225..f13b75a 100644 (file)
@@ -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 = "<!-- begin SkinAfterContent hook -->\n" .
-                                       "<div id='mw-data-after-content'>\n" .
+                               $data = "<div id='mw-data-after-content'>\n" .
                                        "\t$data\n" .
-                                       "</div>\n" .
-                                       "<!-- end SkinAfterContent hook -->\n";
+                                       "</div>\n";
                        }
                } else {
                        wfDebug ('Hook SkinAfterContent changed output processing.');