mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
Added a missing PutFooter().
This commit is contained in:
parent
161c147ab1
commit
cfa12eb3bb
@ -190,6 +190,7 @@ if (@row = FetchSQLData()) {
|
||||
print "<H1>Bug not found</H1>\n";
|
||||
print "There does not seem to be a bug numbered $id.\n";
|
||||
}
|
||||
PutFooter();
|
||||
exit;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user