aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-07-23 14:00:50 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-07-23 14:00:50 -0300
commit05a52039e0fe5c31a85a847107db79bbbe6b8a6f (patch)
tree904f4af81523df1845e8563af947628c52f04e1d /config/openbgpd
parent3c26eadce82f5a50eb8c71939606e5b08c9c7a43 (diff)
downloadpfsense-packages-05a52039e0fe5c31a85a847107db79bbbe6b8a6f.tar.gz
pfsense-packages-05a52039e0fe5c31a85a847107db79bbbe6b8a6f.tar.bz2
pfsense-packages-05a52039e0fe5c31a85a847107db79bbbe6b8a6f.zip
Fix unclosed <td>
Diffstat (limited to 'config/openbgpd')
-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 2ae69956..8da1d7ae 100644
--- a/config/openbgpd/openbgpd_status.php
+++ b/config/openbgpd/openbgpd_status.php
@@ -70,7 +70,7 @@ function doCmdT($title, $command) {
}
pclose($fd);
}
- echo "</pre></tr>\n";
+ echo "</pre></td></tr>\n";
echo "</table>\n";
}