diff --git a/print_all_bug_page_word.php b/print_all_bug_page_word.php index 19c0c440c0..b19d3fe104 100644 --- a/print_all_bug_page_word.php +++ b/print_all_bug_page_word.php @@ -106,16 +106,18 @@ $result = filter_get_bug_rows( $t_page_number, $t_per_page, $t_page_count, $t_bug_count ); $t_row_count = count( $result ); -?> - - -'; + html_body_begin(); +} $f_bug_arr = explode( ',', $f_export ); $t_count_exported = 0; @@ -170,7 +172,7 @@ # display the available and selected bugs if ( in_array( $t_id, $f_bug_arr ) || !$f_show_flag ) { if ( $t_count_exported > 0 ) { - echo '
'; + echo '
'; } $t_count_exported++; @@ -483,12 +485,15 @@ ?> + +  + -
+
- +
@@ -572,11 +577,15 @@ ?>
+ +


'; } # end in_array } # end main loop + +html_body_end(); +html_end();