diff options
Diffstat (limited to 'show_bug.cgi')
-rwxr-xr-x | show_bug.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/show_bug.cgi b/show_bug.cgi index b2e747297..927d52688 100755 --- a/show_bug.cgi +++ b/show_bug.cgi @@ -52,3 +52,6 @@ print "<HR>\n"; $! = 0; do "bug_form.pl" || die "Error doing bug_form.pl: $!"; +print "</BODY>"; +print "</HTML>\n"; + |