summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-09-15 23:03:16 -0500
committerChris Buechler <cmb@pfsense.org>2015-09-15 23:03:16 -0500
commit70df1eae35aa0415f6cf25c65c58875320c0e0ad (patch)
treea90febee4ddb2c92feb0730a1b29118438477eef /src
parent7ccb749421e1b8113269bde5c371c671c89eec87 (diff)
downloadpfsense-70df1eae35aa0415f6cf25c65c58875320c0e0ad.zip
pfsense-70df1eae35aa0415f6cf25c65c58875320c0e0ad.tar.gz
fix text
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/firewall_virtual_ip_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_virtual_ip_edit.php b/src/usr/local/www/firewall_virtual_ip_edit.php
index edac6d8..40b6276 100644
--- a/src/usr/local/www/firewall_virtual_ip_edit.php
+++ b/src/usr/local/www/firewall_virtual_ip_edit.php
@@ -481,7 +481,7 @@ $form->add($section);
print($form);
print_info_box(gettext("Proxy ARP and Other type Virtual IPs cannot be bound to by anything running on the firewall, such as IPsec, OpenVPN, etc. Use a CARP or IP Alias type address for these types.") . '<br />' .
- sprintf(gettext("For more information on CARP and the above values, visit the OpenBSD %s"), '<a href="http://www.openbsd.org/faq/pf/carp.html">CARP FAQ"</a>'));
+ sprintf(gettext("For more information on CARP and the above values, visit the OpenBSD %s"), '<a href="http://www.openbsd.org/faq/pf/carp.html">CARP FAQ</a>.'));
?>
<script>
OpenPOWER on IntegriCloud