aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-25 19:32:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-25 19:32:13 +0000
commit5216feb4f1298d08c984c6cc314be1bf39408615 (patch)
tree96b21b5a9819bbcaa9e80722a71b907152e0323c
parent3e5232c4aa00a9df362c9d9fba0a488d360c8ed0 (diff)
downloadpfsense-packages-5216feb4f1298d08c984c6cc314be1bf39408615.tar.gz
pfsense-packages-5216feb4f1298d08c984c6cc314be1bf39408615.tar.bz2
pfsense-packages-5216feb4f1298d08c984c6cc314be1bf39408615.zip
Close table before reporting that no carp interfaces exist
-rw-r--r--packages/carp_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php
index bf4c8ba9..f522dfa3 100644
--- a/packages/carp_status.php
+++ b/packages/carp_status.php
@@ -92,7 +92,7 @@ include("fbegin.inc");
}
if(!is_array($config['installedpackages']['carp']['config'])) {
- echo "Could not locate any defined CARP interfaces.";
+ echo "</td></tr></table>Could not locate any defined CARP interfaces.";
exit;
}
?>