From 4271dfb8d48d50159336ba87d061e01656bf3ee0 Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Fri, 22 Mar 2013 14:58:10 +0000 Subject: Tidy up "traffic shaper wizard" XHTML Move "tree.css" to the HEAD statement and manually close the HEAD statement Close BR and P tags --- usr/local/www/firewall_shaper_wizards.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'usr') diff --git a/usr/local/www/firewall_shaper_wizards.php b/usr/local/www/firewall_shaper_wizards.php index 1db1add..455b932 100755 --- a/usr/local/www/firewall_shaper_wizards.php +++ b/usr/local/www/firewall_shaper_wizards.php @@ -79,23 +79,24 @@ $wizards = array(gettext("Single Lan multi Wan") => "traffic_shaper_wizard.xml", gettext("Dedicated Links") => "traffic_shaper_wizard_dedicated.xml", ); +$closehead = false; include("head.inc"); ?> + + - - + +

-".gettext("You must apply the changes in order for them to take effect."));?>
+".gettext("You must apply the changes in order for them to take effect."));?>

- +
- +
- - + + $wizard): ?>
@@ -128,7 +129,6 @@ include("fbegin.inc");
- + -- cgit v1.1