plugins/SpecialLog.php
changeset 920 4babf8545826
parent 919 1314deadf903
child 960 e74741b8360b
--- a/plugins/SpecialLog.php	Wed Apr 15 20:02:01 2009 -0400
+++ b/plugins/SpecialLog.php	Wed Apr 15 20:06:20 2009 -0400
@@ -274,7 +274,7 @@
     
     echo $paginator;
     // padding
-    echo '<div style="height: 10px;"></div>';
+    echo '<div style="height: 10px; clear: both;"></div>';
     foreach ( $dataset as $row )
     {
       echo LogDisplay::render_row($row) . '<br />';