Add clearing break. Props johnbillion. fixes #8677 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@10279 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-12-30 22:42:05 +00:00
parent c2f108aec4
commit 948e542722
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ function wp_dashboard_right_now() {
update_right_now_message();
echo "\n\t".'</div>';
echo "\n\t".'<br class="clear" /></div>';
do_action( 'rightnow_end' );
do_action( 'activity_box_end' );
}