summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-03 10:49:19 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-03 10:49:19 -0500
commit4ebcee2400a9542663e78960f5f4305902c87a70 (patch)
tree8f8b630fd3a1caf8db4749459bb25895a4eb6a2b /src/usr/local/www/firewall_rules_edit.php
parent4b329613ee7bb2dc85dd72035709853b83061a58 (diff)
downloadpfsense-4ebcee2400a9542663e78960f5f4305902c87a70.zip
pfsense-4ebcee2400a9542663e78960f5f4305902c87a70.tar.gz
Several more fixes for setHelp to assist with translation
Diffstat (limited to 'src/usr/local/www/firewall_rules_edit.php')
-rw-r--r--src/usr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_rules_edit.php b/src/usr/local/www/firewall_rules_edit.php
index 46d009a..f2d5eef 100644
--- a/src/usr/local/www/firewall_rules_edit.php
+++ b/src/usr/local/www/firewall_rules_edit.php
@@ -1303,7 +1303,7 @@ $group->add(new Form_Select(
((isset($pconfig['icmptype']) && strlen($pconfig['icmptype']) > 0) ? explode(',', $pconfig['icmptype']) : 'any'),
isset($icmplookup[$pconfig['ipprotocol']]) ? $icmplookup[$pconfig['ipprotocol']]['icmptypes'] : array('any' => gettext('any')),
true
-))->setHelp('<div id="icmptype_help">' . (isset($icmplookup[$pconfig['ipprotocol']]) ? $icmplookup[$pconfig['ipprotocol']]['helpmsg'] : '') . '</div>');
+))->setHelp('%s', '<div id="icmptype_help">' . (isset($icmplookup[$pconfig['ipprotocol']]) ? $icmplookup[$pconfig['ipprotocol']]['helpmsg'] : '') . '</div>');
$group->addClass('icmptype_section');
$section->add($group);
OpenPOWER on IntegriCloud