r38949 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38948‎ | r38949 | r38950 >
Date:20:56, 8 August 2008
Author:brion
Status:old
Tags:
Comment:
Cleanup to cleanup -- keep the div name consistent! There's no reason to invent a new div id just because there's a different number of items.
Modified paths:
  • /trunk/phase3/includes/ImagePage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ImagePage.php
@@ -655,7 +655,7 @@
656656 $wgOut->addWikiMsg( 'linkstoimage-more', $limit, $this->mTitle->getPrefixedDBkey() );
657657 }
658658
659 - $wgOut->addHTML( "<ul class='mw-imagepage-linktoimage'>\n" );
 659+ $wgOut->addHTML( "<ul class='mw-imagepage-linkstoimage'>\n" );
660660 $sk = $wgUser->getSkin();
661661 $count = 0;
662662 while ( $s = $res->fetchObject() ) {

Status & tagging log