summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 21:36:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 21:36:25 +0000
commit4b2b4b62c7cfd6e671f9a4b684eb2239d533af68 (patch)
treed603ea4dc0bc8744a7d1d490810c55e9cfbc06df /usr/local/www/carp_status.php
parent9307495fa2321e22e1a7636b5fbe8d297c156c33 (diff)
downloadpfsense-4b2b4b62c7cfd6e671f9a4b684eb2239d533af68.zip
pfsense-4b2b4b62c7cfd6e671f9a4b684eb2239d533af68.tar.gz
Remove extra >
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index e7234c7..fd0895b 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -74,7 +74,7 @@ include("fbegin.inc");
<tr><td>
<?php
$tab_array = array();
- $tab_array[0] = array("CARP Virtual IPs<", false, "/pkg.php?xml=carp.xml");
+ $tab_array[0] = array("CARP Virtual IPs", false, "/pkg.php?xml=carp.xml");
$tab_array[1] = array("CARP Status", true, "carp_status.php");
$tab_array[2] = array("CARP Settings", false, "/pkg_edit.php?xml=carp_settings.xml&id=0");
display_top_tabs($tab_array);
OpenPOWER on IntegriCloud