Prefix all new classes/ids with "mw-"
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 17 Dec 2006 06:36:01 +0000 (06:36 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 17 Dec 2006 06:36:01 +0000 (06:36 +0000)
includes/EditPage.php

index 454b5fd..7b08c0e 100644 (file)
@@ -1243,7 +1243,7 @@ END
 </div><!-- editButtons -->
 </div><!-- editOptions -->");
 
-               $wgOut->addHtml( '<div class="editTools">' );
+               $wgOut->addHtml( '<div class="mw-editTools">' );
                $wgOut->addWikiText( wfMsgForContent( 'edittools' ) );
                $wgOut->addHtml( '</div>' );