r18396 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18395‎ | r18396 | r18397 >
Date:06:36, 17 December 2006
Author:simetrical
Status:old
Tags:
Comment:
Prefix all new classes/ids with "mw-"
Modified paths:
  • /trunk/phase3/includes/EditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/EditPage.php
@@ -1243,7 +1243,7 @@
12441244 </div><!-- editButtons -->
12451245 </div><!-- editOptions -->");
12461246
1247 - $wgOut->addHtml( '<div class="editTools">' );
 1247+ $wgOut->addHtml( '<div class="mw-editTools">' );
12481248 $wgOut->addWikiText( wfMsgForContent( 'edittools' ) );
12491249 $wgOut->addHtml( '</div>' );
12501250