summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2013-04-03 17:16:23 +0100
committerColin Fleming <cj_fleming@sky.com>2013-04-03 17:16:23 +0100
commit7519ed16c3de740ed7620394b9fdc760329d977c (patch)
tree6f71b4dd1172de827f0e40c1b41c5207a205822c /usr/local/www/firewall_shaper_queues.php
parentcd4a47d899d01a4037f0e0d0428a05a58e855409 (diff)
downloadpfsense-7519ed16c3de740ed7620394b9fdc760329d977c.zip
pfsense-7519ed16c3de740ed7620394b9fdc760329d977c.tar.gz
Tidy up "firewall_shaper_queues.php" XHTML
Update P tag correctly Add dummy row to TABLE tag, if there are no queues then the table is empty and generates HTML errors Remove end TD and TR tags
Diffstat (limited to 'usr/local/www/firewall_shaper_queues.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues.php10
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>&nbsp;</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>
OpenPOWER on IntegriCloud