diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 15:27:28 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 15:27:28 -0500 |
commit | ca424140fcd49861c26e064f56733cceb79cd584 (patch) | |
tree | dc81a0d8effddac75497537a492ed3e6a4f03f4d | |
parent | 86926d1cc632261597eb53441c70bd142ad8a13a (diff) | |
download | pfsense-packages-ca424140fcd49861c26e064f56733cceb79cd584.tar.gz pfsense-packages-ca424140fcd49861c26e064f56733cceb79cd584.tar.bz2 pfsense-packages-ca424140fcd49861c26e064f56733cceb79cd584.zip |
Add missing </li>
-rw-r--r-- | config/openbgpd/openbgpd_status.php | 2 |
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"; } |