diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-25 21:39:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-25 21:39:10 +0000 |
commit | 93442d9d9dc72a531149df87c12d2c5559024caa (patch) | |
tree | ba54964689af690de0bef18e9ace9c1b186de103 /usr/local | |
parent | 4814d93d83c7459aefd3b2b7e149987e084a77f0 (diff) | |
download | pfsense-93442d9d9dc72a531149df87c12d2c5559024caa.zip pfsense-93442d9d9dc72a531149df87c12d2c5559024caa.tar.gz |
remove <p> from notice/error
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_virtual_ip_edit.php | 2 |
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) { |