summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateway_groups.php
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-01-07 12:09:13 +0000
committerNewEraCracker <neweracracker@gmail.com>2016-01-07 12:09:13 +0000
commit5bff8af8e445d1ad49c6c7ae60cb16af29e4fdb1 (patch)
tree1066f0ee0a61f57182d4727bcbe23874196e22d1 /src/usr/local/www/system_gateway_groups.php
parent24c16d618ea9f61a07b016808915706c9d2da7f5 (diff)
downloadpfsense-5bff8af8e445d1ad49c6c7ae60cb16af29e4fdb1.zip
pfsense-5bff8af8e445d1ad49c6c7ae60cb16af29e4fdb1.tar.gz
Adjust more calls to print_info_box with unquoted strings
Diffstat (limited to 'src/usr/local/www/system_gateway_groups.php')
-rw-r--r--src/usr/local/www/system_gateway_groups.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateway_groups.php b/src/usr/local/www/system_gateway_groups.php
index 1ccf60f..4185e9c 100644
--- a/src/usr/local/www/system_gateway_groups.php
+++ b/src/usr/local/www/system_gateway_groups.php
@@ -204,7 +204,7 @@ endforeach;
<div id="infoblock">
<?=print_info_box(gettext('Remember to use these Gateway Groups in firewall rules in order to enable load balancing, failover, ' .
'or policy-based routing.' . '<br />' .
- 'Without rules directing traffic into the Gateway Groups, they will not be used.'), info)?>
+ 'Without rules directing traffic into the Gateway Groups, they will not be used.'), 'info')?>
</div>
<?php
include("foot.inc");
OpenPOWER on IntegriCloud