Added a missing TR tag

git-svn-id: https://develop.svn.wordpress.org/trunk@370 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Alex King 2003-09-16 03:21:22 +00:00
parent 35f44834c1
commit 45927c5f14

View File

@ -120,6 +120,7 @@ if ($i == "ASC")
<div class="wrap"> <div class="wrap">
<table width="100%"> <table width="100%">
<tr>
<td valign="top" width="33%"> <td valign="top" width="33%">
<form name="searchform" action="b2edit.php" method="get"> <form name="searchform" action="b2edit.php" method="get">
<input type="hidden" name="a" value="s" /> <input type="hidden" name="a" value="s" />
@ -222,7 +223,7 @@ if ($i == "ASC")
<input type="submit" name="submit" value="View" class="search" /> <input type="submit" name="submit" value="View" class="search" />
</form> </form>
</td> </td>
</tr>
</table> </table>
<?php <?php