From 6cb05fa7bbf72853963df02a850bb3d5468163c7 Mon Sep 17 00:00:00 2001 From: Colin Fleming Date: Tue, 1 Dec 2015 12:29:01 +0000 Subject: Tidy up traffice shaper *shaper.inc* Remove stray closing B tag *firewall_shaper.php* Remove self closing element, not required in HTML5 --- src/etc/inc/shaper.inc | 2 +- src/usr/local/www/firewall_shaper.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/inc/shaper.inc b/src/etc/inc/shaper.inc index d78326b..7249c0b 100644 --- a/src/etc/inc/shaper.inc +++ b/src/etc/inc/shaper.inc @@ -4700,7 +4700,7 @@ function build_iface_without_this_queue($iface, $qname) { } -$default_shaper_msg = sprintf(gettext("Welcome to the %s Traffic Shaper."), $g['product_name']) . "
"; +$default_shaper_msg = sprintf(gettext("Welcome to the %s Traffic Shaper."), $g['product_name']) . "
"; $default_shaper_msg .= gettext("The tree on the left helps you navigate through the queues.
" . "Buttons at the bottom represent queue actions and are activated accordingly."); diff --git a/src/usr/local/www/firewall_shaper.php b/src/usr/local/www/firewall_shaper.php index 0251ab8..d3eb363 100644 --- a/src/usr/local/www/firewall_shaper.php +++ b/src/usr/local/www/firewall_shaper.php @@ -449,7 +449,7 @@ print($tree); if (count($altq_list_queues) > 0) { ?> - +