Posts, Post Types: Remove / from non-self-closing "clear" div tags.

In [49178], self-closing `br` tags were switched to non-self-closing `div` elements for "clearing" purposes, but the self-closing "/" remained in place.  This fix removes the unnecessary slash.

Props pavelvisualcomposer, audrasjb, sabernhardt, akabarikalpesh, SergeyBiryukov.
Fixes #52878.

git-svn-id: https://develop.svn.wordpress.org/trunk@50582 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
David Baumwald
2021-03-25 19:31:49 +00:00
parent 85907da8a4
commit 22eb45a644
2 changed files with 2 additions and 2 deletions

View File

@@ -649,7 +649,7 @@ if ( strlen( $usersearch ) ) {
<?php $wp_list_table->display(); ?>
</form>
<div class="clear" /></div>
<div class="clear"></div>
</div>
<?php
break;