aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd/openbgpd_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-03-06 15:27:28 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-03-06 15:27:28 -0500
commitca424140fcd49861c26e064f56733cceb79cd584 (patch)
treedc81a0d8effddac75497537a492ed3e6a4f03f4d /config/openbgpd/openbgpd_status.php
parent86926d1cc632261597eb53441c70bd142ad8a13a (diff)
downloadpfsense-packages-ca424140fcd49861c26e064f56733cceb79cd584.tar.gz
pfsense-packages-ca424140fcd49861c26e064f56733cceb79cd584.tar.bz2
pfsense-packages-ca424140fcd49861c26e064f56733cceb79cd584.zip
Add missing </li>
Diffstat (limited to 'config/openbgpd/openbgpd_status.php')
-rw-r--r--config/openbgpd/openbgpd_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/openbgpd/openbgpd_status.php b/config/openbgpd/openbgpd_status.php
index cb83c6bf..2dce434d 100644
--- a/config/openbgpd/openbgpd_status.php
+++ b/config/openbgpd/openbgpd_status.php
@@ -94,7 +94,7 @@ function listCmds() {
echo "<p>This status page includes the following information:\n";
echo "<ul width=\"700\">\n";
for ($i = 0; isset($commands[$i]); $i++ ) {
- echo "<li><strong><a href=\"#" . $commands[$i][0] . "\">" . $commands[$i][0] . "</a></strong>\n";
+ echo "<li><strong><a href=\"#" . $commands[$i][0] . "\">" . $commands[$i][0] . "</a></strong></li>\n";
}
echo "</ul>\n";
}