diff options
-rwxr-xr-x | usr/local/www/firewall_shaper_queues.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php index ee3e443..c21d7e3 100755 --- a/usr/local/www/firewall_shaper_queues.php +++ b/usr/local/www/firewall_shaper_queues.php @@ -210,20 +210,20 @@ include("head.inc"); <td width="70%" valign="top" align="center"> <?php if ($qname) - echo "<pr class=\"pgtitle\">" . $qname . "</pr><br />"; + echo "<p class=\"pgtitle\">" . $qname . "</p><br />"; echo "<table align=\"center\" class=\"tabcont\" width=\"80%\" border=\"0\" cellpadding=\"4\" cellspacing=\"0\" summary=\"output form\">"; echo $output; + echo "<tr><td> </td></tr>"; echo "</table>"; ?> </td></tr> - </table> + </table><!-- table:main area --> - </td></tr> - </div> + </div><!-- div:main area --> </td> </tr> </table> </form> <?php include("fend.inc"); ?> </body> -</html>
\ No newline at end of file +</html> |