Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix issue notes in print issue page
  • Loading branch information
vboctor committed May 19, 2016
1 parent fc8dd1f commit 31f96d4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions print_bug_page.php
Expand Up @@ -544,8 +544,6 @@
}
echo '</table>';

echo '</table>';

define( 'PRINT_BUGNOTE_INC_ALLOW', true );
include( dirname( __FILE__ ) . '/print_bugnote_inc.php' ) ;

Expand All @@ -555,6 +553,7 @@

if( $t_show_history ) {
echo '<table class="table table-striped table-bordered table-condensed no-margin small">';
echo '<tr class="spacer"><td colspan="6"></td></tr>';

echo '<tr><td colspan="6" class="bold bigger-110">', lang_get( 'bug_history' ), '</td></tr>';

Expand All @@ -581,9 +580,6 @@
echo '</table>';
}

define( 'PRINT_BUGNOTE_INC_ALLOW', true );
include( dirname( __FILE__ ) . '/print_bugnote_inc.php' ) ;

last_visited_issue( $f_bug_id );
?>

Expand Down

0 comments on commit 31f96d4

Please sign in to comment.