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 @@
172
172
} else {
173
173
$html .= "<span class=\"fbd-page-disabled\">$olderText</span>";
174
174
}
175
- $html .= '</div><div style="clear: both;"></div></div>';
175
+ $html .= '</div></div><div style="clear: both;"></div>';
176
176
return $html;
177
177
}
178
178
}
Status & tagging log
08:58, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r98074
[
removed:
moodbar]
06:09, 30 December 2011
Tim Starling
(
talk
|
contribs
)
changed the
status
of r98074
[
removed:
new
added:
ok]
07:25, 23 December 2011
RobLa
(
talk
|
contribs
)
changed the
tags
for r98074
[
added:
moodbar]