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

git-svn-id: https://develop.svn.wordpress.org/trunk@16110 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-10-31 05:13:46 +00:00
parent e20f409fd6
commit a4548a9fe2
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
}