r53202 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r53201
|
r53202
|
r53203
>
Date:
22:38, 13 July 2009
Author:
yaron
Status:
deferred
Tags:
Comment:
Added "clear: both" to bottom of category display
Modified paths:
/trunk/extensions/SemanticMediaWiki/includes/SMW_QP_Category.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QP_Category.php
—
—
@@ -158,6 +158,8 @@
159
159
}
160
160
161
161
$result .= " </ul>\n </div> <!-- end column -->";
162
+ // clear all the CSS floats
163
+ $result .= "\n" . '<br style="clear: both;"/>';
162
164
return $result;
163
165
}
164
166
Status & tagging log
19:16, 29 July 2009
😂
(
talk
|
contribs
)
changed the
status
of r53202
[
removed:
new
added:
deferred]