Make WordPress Core

Changeset 16962


Ignore:
Timestamp:
12/15/2010 06:34:59 PM (14 years ago)
Author:
westi
Message:

Fix HTML validation errors. Fixes #15716.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-ms-users-list-table.php

    r16900 r16962  
    191191                                echo $this->row_actions( $actions );
    192192                            ?>
    193                             </div>
    194193                        </td>
    195194                    <?php
     
    249248                                        echo "<span class='$action'>$link$sep</span>";
    250249                                    }
    251                                     echo '</span></small><br/>';
     250                                    echo '</small></span><br/>';
    252251                                }
    253252                            }
Note: See TracChangeset for help on using the changeset viewer.