Index: trunk/phase3/includes/Skin.php |
— | — | @@ -779,11 +779,9 @@ |
780 | 780 | // Doing this here instead of in the skins to |
781 | 781 | // ensure that the div has the same ID in all |
782 | 782 | // skins |
783 | | - $data = "<!-- begin SkinAfterContent hook -->\n" . |
784 | | - "<div id='mw-data-after-content'>\n" . |
| 783 | + $data = "<div id='mw-data-after-content'>\n" . |
785 | 784 | "\t$data\n" . |
786 | | - "</div>\n" . |
787 | | - "<!-- end SkinAfterContent hook -->\n"; |
| 785 | + "</div>\n"; |
788 | 786 | } |
789 | 787 | } else { |
790 | 788 | wfDebug ('Hook SkinAfterContent changed output processing.'); |