summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-25 21:39:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-25 21:39:10 +0000
commit93442d9d9dc72a531149df87c12d2c5559024caa (patch)
treeba54964689af690de0bef18e9ace9c1b186de103 /usr/local/www/firewall_virtual_ip_edit.php
parent4814d93d83c7459aefd3b2b7e149987e084a77f0 (diff)
downloadpfsense-93442d9d9dc72a531149df87c12d2c5559024caa.zip
pfsense-93442d9d9dc72a531149df87c12d2c5559024caa.tar.gz
remove <p> from notice/error
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index 099d78f..ea72b69 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -130,7 +130,7 @@ if ($_POST) {
$can_post = false;
}
if($can_post == false)
- $input_errors[] = "Sorry, we could not locate an interface with a matching subnet for {$cannot_find}.<p>Please add an ip in this subnet on a real interface.";
+ $input_errors[] = "Sorry, we could not locate an interface with a matching subnet for {$cannot_find}. Please add an ip in this subnet on a real interface.";
}
if (!$input_errors) {
OpenPOWER on IntegriCloud