<br/> tags are self-closing. see #14579.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-10-31 05:13:46 +00:00
parent d75cca7dcf
commit 7d66e163c2
1 changed files with 3 additions and 3 deletions

View File

@ -617,7 +617,7 @@ class WP_List_Table {
$this->display_table();
} else {
?>
<br class="clear">
<br class="clear" />
<p><?php $this->no_items(); ?></p>
<?php
}
@ -692,10 +692,10 @@ class WP_List_Table {
$this->pagination( $which );
?>
<br class="clear">
<br class="clear" />
</div>
<br class="clear">
<br class="clear" />
<?php
}