r98126 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98125‎ | r98126 | r98127 >
Date:12:16, 26 September 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix typo in r98116 that resulted in misnested divs
Modified paths:
  • /trunk/extensions/MoodBar/SpecialMoodBarFeedback.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/SpecialMoodBarFeedback.php
@@ -177,7 +177,7 @@
178178 // We still need to output it because the JS may need it later
179179 $attribs['style'] = 'display: none;';
180180 }
181 - $html .= Html::rawElement( 'div', $attribs, '<a href="#">' . $moreText . '</a></div>' );
 181+ $html .= Html::rawElement( 'div', $attribs, '<a href="#">' . $moreText . '</a>' );
182182
183183 // Paging links for no-JS clients
184184 $olderURL = $newerURL = false;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98116MoodBar: Implement AJAX filtering in Special:MoodBarFeedback...catrope08:29, 26 September 2011

Status & tagging log