r45112 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45111‎ | r45112 | r45113 >
Date:01:43, 28 December 2008
Author:soxred93
Status:deferred
Tags:
Comment:
Use wikitable class for Interwiki table
Modified paths:
  • /trunk/phase3/includes/specials/SpecialInterwiki.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialInterwiki.php
@@ -231,7 +231,7 @@
232232
233233 $out = "
234234 <br />
235 - <table width='100%' border='2' id='interwikitable'>
 235+ <table width='100%' style='border:1px solid #aaa;' class='wikitable'>
236236 <tr id='interwikitable-header'><th>$prefixmessage</th> <th>$urlmessage</th> <th>$localmessage</th> <th>$transmessage</th>";
237237 if( $admin ) {
238238 $deletemessage = wfMsgHtml( 'delete' );

Status & tagging log