r109262 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109261‎ | r109262 | r109263 >
Date:00:28, 18 January 2012
Author:gregchiasson
Status:ok
Tags:aft 
Comment:
AFT5 - followup to r109258 - bad HTML, should be fixed now.
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php
@@ -229,7 +229,8 @@
230230 . Html::closeElement( 'div' )
231231 . Html::element( 'div', array(
232232 'class' => 'articleFeedbackv5-comment-details-updates'
233 - ), wfMessage( 'articleFeedbackv5-updates-since', 0 ) );
 233+ ), wfMessage( 'articleFeedbackv5-updates-since', 0 ) )
 234+ . Html::closeElement( 'div' );
234235 ;
235236
236237 $footer_links = Html::openElement( 'p', array( 'class' => 'articleFeedbackv5-comment-foot' ) )

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109258AFT5 - more HTML chanesgregchiasson00:23, 18 January 2012

Status & tagging log