http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98074

Revision: 98074
Author:   catrope
Date:     2011-09-25 18:20:40 +0000 (Sun, 25 Sep 2011)
Log Message:
-----------
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: trunk/extensions/MoodBar/SpecialMoodBarFeedback.php
===================================================================
--- trunk/extensions/MoodBar/SpecialMoodBarFeedback.php 2011-09-25 17:59:01 UTC 
(rev 98073)
+++ trunk/extensions/MoodBar/SpecialMoodBarFeedback.php 2011-09-25 18:20:40 UTC 
(rev 98074)
@@ -171,7 +171,7 @@
                        } else {
                                $html .= "<span 
class=\"fbd-page-disabled\">$olderText</span>";
                        }
-                       $html .= '</div><div style="clear: both;"></div></div>';
+                       $html .= '</div></div><div style="clear: both;"></div>';
                        return $html;
                }
        }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to