r98074 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98073‎ | r98074 | r98075 >
Date:18:20, 25 September 2011
Author:catrope
Status:ok
Tags:
Comment:
MoodBar: Fix misnested div clear. Doesn't fix the issue where the filters box runs over when there are 0 or 1 results, though. Floating the box breaks in a different way, so I'll have to talk to the CSS gods about this.
Modified paths:
  • /trunk/extensions/MoodBar/SpecialMoodBarFeedback.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MoodBar/SpecialMoodBarFeedback.php
@@ -171,7 +171,7 @@
172172 } else {
173173 $html .= "<span class=\"fbd-page-disabled\">$olderText</span>";
174174 }
175 - $html .= '</div><div style="clear: both;"></div></div>';
 175+ $html .= '</div></div><div style="clear: both;"></div>';
176176 return $html;
177177 }
178178 }

Status & tagging log