Skip to content

Commit

Permalink
Fix #12545: print_bug_page.php doesn't close <body> and <html> tags
Browse files Browse the repository at this point in the history
The HTML page output for print_bug_page.php terminates on a closing
</table> tag. The <body> and <html> tags also needing closing for the
page to produce well formed XHTML output.
  • Loading branch information
davidhicks committed Dec 25, 2010
1 parent eb38db4 commit 3574fa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions print_bug_page.php
Expand Up @@ -567,3 +567,6 @@
include( dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'print_bugnote_inc.php' ) ;

last_visited_issue( $f_bug_id );

html_body_end();
html_end();

0 comments on commit 3574fa6

Please sign in to comment.