Make WordPress Core

Changeset 370


Ignore:
Timestamp:
09/16/2003 03:21:22 AM (23 years ago)
Author:
alex_t_king
Message:

Added a missing TR tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/b2edit.showposts.php

    r364 r370  
    121121<div class="wrap">
    122122<table width="100%">
     123  <tr>
    123124        <td valign="top" width="33%">
    124125                <form name="searchform" action="b2edit.php" method="get">
     
    128129                </form>
    129130        </td>
    130 <td valign="top" width="33%" align="center">
    131         <form name="viewcat" action="b2edit.php" method="get">
     131    <td valign="top" width="33%" align="center">
     132          <form name="viewcat" action="b2edit.php" method="get">
    132133                <select name="cat" style="width:140px;">
    133134                <option value="all">All Categories</option>
     
    145146                </select>
    146147                <input type="submit" name="submit" value="View" class="search" />
    147         </form>
    148 </td>
    149 <td valign="top" width="33%" align="right">
    150 <form name="viewarc" action="b2edit.php" method="get">
     148          </form>
     149    </td>
     150    <td valign="top" width="33%" align="right">
     151    <form name="viewarc" action="b2edit.php" method="get">
    151152        <?php
    152153
     
    220221        echo "</select>";
    221222        ?>
    222         <input type="submit" name="submit" value="View" class="search" />
    223 </form>
    224 </td>
    225 
     223            <input type="submit" name="submit" value="View" class="search" />
     224      </form>
     225    </td>
     226  </tr>
    226227</table>
    227228
Note: See TracChangeset for help on using the changeset viewer.