# HG changeset patch # User Dan # Date 1239840357 14400 # Node ID 1314deadf903864332f6ce5345f8aaa868f9bdcf # Parent 1064e7e57eeb8eab9911514a56a8074059cc8386 Fixed log being pushed inwards due to lack of clear: both; before list diff -r 1064e7e57eeb -r 1314deadf903 plugins/SpecialLog.php --- a/plugins/SpecialLog.php Wed Apr 15 20:05:38 2009 -0400 +++ b/plugins/SpecialLog.php Wed Apr 15 20:05:57 2009 -0400 @@ -274,7 +274,7 @@ echo $paginator; // padding - echo '
'; + echo '
'; foreach ( $dataset as $row ) { echo LogDisplay::render_row($row) . '
';