diff options
author | Chris Buechler <cmb@pfsense.org> | 2010-12-31 01:41:05 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2010-12-31 01:41:05 -0500 |
commit | e85604b8ff4374c42bc16cbe8f5013c5a242dffc (patch) | |
tree | 8e2ad94bd19f111aa686c081f92970e34835f873 /usr | |
parent | 02e9880edd5db8168f0df90339c67af62d278dfe (diff) | |
download | pfsense-e85604b8ff4374c42bc16cbe8f5013c5a242dffc.zip pfsense-e85604b8ff4374c42bc16cbe8f5013c5a242dffc.tar.gz |
remove <strong> to make consistent with all other text
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_rules_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index 2095554..856f22d 100755 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -1238,7 +1238,7 @@ include("head.inc"); } ?> </select> - <p><strong><?=gettext("Leave as 'default' to use the system routing table. Or choose a gateway to utilize policy based routing.");?></strong></p> + <p><?=gettext("Leave as 'default' to use the system routing table. Or choose a gateway to utilize policy based routing.");?></p> </div> </td> </tr> |