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 @@
159159 }
160160
161161 $result .= " </ul>\n </div> <!-- end column -->";
 162+ // clear all the CSS floats
 163+ $result .= "\n" . '<br style="clear: both;"/>';
162164 return $result;
163165 }
164166

Status & tagging log