r109632 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109631‎ | r109632 | r109633 >
Date:18:39, 20 January 2012
Author:gregchiasson
Status:ok
Tags:
Comment:
AFT5 sigh. This is why you test before you commit. Syntax errors, fixed now. Followup to r109631
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/api/ApiViewFeedbackArticleFeedbackv5.php
@@ -340,9 +340,9 @@
341341 . Html::closeElement( 'div' );
342342
343343 return Html::openElement( 'div', array( 'class' => 'articleFeedbackv5-feedback' ) )
344 - . Html::openElement( 'div' => array(
 344+ . Html::openElement( 'div', array(
345345 'class' => 'articleFeedbackv5-comment-wrap'
346 - )
 346+ ) )
347347 . $content
348348 . $footer_links
349349 . Html::closeElement( 'div' )

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r109631AFT5 - sorting doesnt work right (feedbackpage) but the designers want the la...gregchiasson18:38, 20 January 2012

Status & tagging log