mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
<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:
parent
d75cca7dcf
commit
7d66e163c2
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user