r75451 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75450‎ | r75451 | r75452 >
Date:17:59, 26 October 2010
Author:aaron
Status:deferred
Tags:
Comment:
Added missing ul tags
Modified paths:
  • /trunk/extensions/FlaggedRevs/forms/RevisionReviewForm.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/forms/RevisionReviewForm.php
@@ -1027,12 +1027,14 @@
10281028 }
10291029
10301030 $list = new RevDel_RevisionList( $thisPage, $oldRev->getTitle(), $ids );
 1031+ $wgOut->addHtml( '<ul>' );
10311032 for ( $list->reset(); $list->current(); $list->next() ) {
10321033 $item = $list->current();
10331034 if ( $item->canView() ) {
10341035 $wgOut->addHTML( $item->getHTML() );
10351036 }
10361037 }
 1038+ $wgOut->addHtml( '</ul>' );
10371039 $form = Html::openElement( 'form',
10381040 array( 'method' => 'POST', 'action' => $thisPage->getFullUrl() )
10391041 );

Status & tagging log