diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-07-23 13:46:44 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-07-23 13:46:44 -0300 |
commit | 3c26eadce82f5a50eb8c71939606e5b08c9c7a43 (patch) | |
tree | 196b6b6d4fa58016c3bb644d33eba9ad8bb79759 /config/openbgpd | |
parent | a7f2d1fd48ecf3b8280699e0ce36618857aa9ff5 (diff) | |
download | pfsense-packages-3c26eadce82f5a50eb8c71939606e5b08c9c7a43.tar.gz pfsense-packages-3c26eadce82f5a50eb8c71939606e5b08c9c7a43.tar.bz2 pfsense-packages-3c26eadce82f5a50eb8c71939606e5b08c9c7a43.zip |
Fix unclosed <a>
Diffstat (limited to 'config/openbgpd')
-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 228ff42b..2ae69956 100644 --- a/config/openbgpd/openbgpd_status.php +++ b/config/openbgpd/openbgpd_status.php @@ -39,7 +39,7 @@ include("head.inc"); function doCmdT($title, $command) { echo "<p>\n"; - echo "<a name=\"" . $title . "\">\n"; + echo "<a name=\"" . $title . "\"> </a>\n"; echo "<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\n"; echo "<tr><td class=\"listtopic\">" . $title . "</td></tr>\n"; echo "<tr><td class=\"listlr\"><pre>"; /* no newline after pre */ |