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:
parent
35f44834c1
commit
45927c5f14
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user