summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2011-02-15 17:59:22 -0500
committerScott Ullrich <sullrich@pfsense.org>2011-02-15 17:59:33 -0500
commitb807a1619230c8e19193a39ed8c4c513dd8e005b (patch)
treeaec7e9ebea84d062c3999b271228ccc61ad410e2 /usr/local/www/firewall_rules.php
parentc10dbf9284a2486388e3148200cfc6dfd1920611 (diff)
downloadpfsense-b807a1619230c8e19193a39ed8c4c513dd8e005b.zip
pfsense-b807a1619230c8e19193a39ed8c4c513dd8e005b.tar.gz
Break on 'You can also monitor the reload progress' instead of letting it wrap into a newline.
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index cf50140..8fa4670 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -194,7 +194,7 @@ if ($_POST) {
clear_subsystem_dirty('filter');
- $savemsg = sprintf(gettext("The settings have been applied. The firewall rules are now reloading in the background. You can also %s monitor %s the reload progress"),"<a href='status_filter_reload.php'>","</a>");
+ $savemsg = sprintf(gettext("The settings have been applied. The firewall rules are now reloading in the background.<br/>You can also %s monitor %s the reload progress"),"<a href='status_filter_reload.php'>","</a>");
}
}
OpenPOWER on IntegriCloud