diff options
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 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"; } |