Skip to content

Commit

Permalink
Fix #11520: Duplicate footers on bug_relationship_graph.php
Browse files Browse the repository at this point in the history
bug_relationship_graph.php prints two footers at the bottom of the HTML
output when it should just print one.
  • Loading branch information
davidhicks committed Feb 18, 2010
1 parent 633799c commit 4a56720
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bug_relationship_graph.php
Expand Up @@ -172,4 +172,3 @@
$tpl_file = __FILE__;

include( 'bug_view_inc.php' );
html_page_bottom();

0 comments on commit 4a56720

Please sign in to comment.