summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-01 10:31:36 -0200
committerRenato Botelho <renato@netgate.com>2015-12-01 10:31:36 -0200
commit2538495e6f6378b438cda3f72493778e7dc95ac7 (patch)
tree406600d57720d8aa0c139ce742d9a1a251118edb /src
parent0183e7d7ebe4b79bdac49d386274aa7f84478fd8 (diff)
parent6cb05fa7bbf72853963df02a850bb3d5468163c7 (diff)
downloadpfsense-2538495e6f6378b438cda3f72493778e7dc95ac7.zip
pfsense-2538495e6f6378b438cda3f72493778e7dc95ac7.tar.gz
Merge pull request #2146 from ExolonDX/branch_07
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/shaper.inc2
-rw-r--r--src/usr/local/www/firewall_shaper.php2
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']) . "</b><br />";
+$default_shaper_msg = sprintf(gettext("Welcome to the %s Traffic Shaper."), $g['product_name']) . "<br />";
$default_shaper_msg .= gettext("The tree on the left helps you navigate through the queues.<br />"
. "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) {
?>
- <a href="firewall_shaper.php?action=resetall" class="btn btn-sm btn-danger"/>
+ <a href="firewall_shaper.php?action=resetall" class="btn btn-sm btn-danger">
<?=gettext('Remove Shaper')?>
</a>
<?php
OpenPOWER on IntegriCloud