Skip to content

Commit

Permalink
Remove remaining closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis committed Apr 7, 2009
1 parent 5cf7970 commit b4cf797
Show file tree
Hide file tree
Showing 28 changed files with 8 additions and 31 deletions.
1 change: 0 additions & 1 deletion account_manage_columns_page.php
Expand Up @@ -45,4 +45,3 @@
include ( dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'manage_columns_inc.php' );

html_page_bottom( __FILE__ );
?>
1 change: 0 additions & 1 deletion account_prefs_update.php
Expand Up @@ -111,4 +111,3 @@
print_bracket_link( $f_redirect_url, lang_get( 'proceed' ) );
echo '<br /></div>';
html_page_bottom( __FILE__ );
?>
3 changes: 2 additions & 1 deletion account_prof_menu_page.php
Expand Up @@ -177,4 +177,5 @@
<?php } ?>
<?php # Edit or Delete Profile Form END ?>

<?php html_page_bottom( __FILE__ ) ?>
<?php
html_page_bottom( __FILE__ );
1 change: 0 additions & 1 deletion account_update.php
Expand Up @@ -109,4 +109,3 @@
print_bracket_link( $t_redirect, lang_get( 'proceed' ) );
echo '</div>';
html_page_bottom( __FILE__ );
?>
1 change: 0 additions & 1 deletion adm_permissions_report.php
Expand Up @@ -145,4 +145,3 @@ function get_section_end() {
echo get_section_end();

html_page_bottom( __FILE__ );
?>
4 changes: 2 additions & 2 deletions admin/check.php
Expand Up @@ -20,7 +20,7 @@
* @copyright Copyright (C) 2002 - 2009 MantisBT Team - mantisbt-dev@lists.sourceforge.net
* @link http://www.mantisbt.org
*/

error_reporting( E_ALL );

$g_skip_open_db = true; # don't open the database in database_api.php
Expand Down Expand Up @@ -153,7 +153,7 @@ function check_zend_optimiser_version() {
if (!($t_version > ZEND_OPTIMIZER_VERSION) || ($t_version==ZEND_OPTIMIZER_VERSION && $t_subVersion>=ZEND_OPTIMIZER_SUBVERSION)) {
$t_pass = false;
$t_info = 'Fail - Installed Version: ' . $t_version . '.' . $t_subVersion . '.';
}
}
}
} else {
$t_info = 'Zend Optimiser not detected';
Expand Down
1 change: 0 additions & 1 deletion billing_inc.php
Expand Up @@ -194,4 +194,3 @@
</table>
<?php
collapse_end( 'bugnotestats' );
?>
1 change: 0 additions & 1 deletion bug_actiongroup_add_note_inc.php
Expand Up @@ -106,4 +106,3 @@ function action_add_note_process( $p_bug_id ) {
bugnote_add ( $p_bug_id, $f_bugnote_text, '0:00', /* $p_private = */ $f_view_state != VS_PUBLIC );
return true;
}
?>
1 change: 0 additions & 1 deletion bug_actiongroup_page.php
Expand Up @@ -361,4 +361,3 @@

<?php
bug_group_action_print_bottom();
?>
1 change: 0 additions & 1 deletion bug_actiongroup_update_product_build_inc.php
Expand Up @@ -79,4 +79,3 @@ function action_update_product_build_process( $p_bug_id ) {
bug_set_field( $p_bug_id, 'build', $t_build );
return true;
}
?>
1 change: 0 additions & 1 deletion bug_assign.php
Expand Up @@ -68,4 +68,3 @@
bug_assign( $f_bug_id, $f_handler_id );

print_successful_redirect_to_bug( $f_bug_id );
?>
1 change: 0 additions & 1 deletion bug_assign_reporter.php
Expand Up @@ -47,4 +47,3 @@
bug_assign( $f_bug_id, bug_get_field( $f_bug_id, 'reporter_id') );

print_successful_redirect_to_bug( $f_bug_id );
?>
1 change: 0 additions & 1 deletion bug_file_delete.php
Expand Up @@ -51,4 +51,3 @@
file_delete( $f_file_id, 'bug' );

print_header_redirect_view( $t_bug_id );
?>
1 change: 0 additions & 1 deletion bug_file_upload_inc.php
Expand Up @@ -76,4 +76,3 @@

<?php
collapse_end( 'upload_form' );
?>
1 change: 0 additions & 1 deletion bug_graph_bycategory.php
Expand Up @@ -234,4 +234,3 @@
array_unshift( $t_category, '' ); // add placeholder
graph_bydate( $t_metrics, $t_category, lang_get( 'by_category' ), $f_width, $f_width * $t_ar );
}
?>
1 change: 0 additions & 1 deletion bug_monitor.php
Expand Up @@ -70,4 +70,3 @@
}

print_successful_redirect_to_bug( $f_bug_id );
?>
1 change: 0 additions & 1 deletion bug_relationship_add.php
Expand Up @@ -106,4 +106,3 @@
}

print_header_redirect_view( $f_src_bug_id );
?>
1 change: 0 additions & 1 deletion bug_relationship_graph.php
Expand Up @@ -167,4 +167,3 @@
<?php
include( 'bug_view_inc.php' );
html_page_bottom( __FILE__ );
?>
3 changes: 2 additions & 1 deletion bug_reminder_page.php
Expand Up @@ -111,4 +111,5 @@
<?php include( dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'bug_view_inc.php' ) ?>
<?php include( dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'bugnote_view_inc.php' ) ?>

<?php html_page_bottom( __FILE__ ) ?>
<?php
html_page_bottom( __FILE__ );
1 change: 0 additions & 1 deletion bug_set_sponsorship.php
Expand Up @@ -78,4 +78,3 @@
}

print_header_redirect_view( $f_bug_id );
?>
3 changes: 0 additions & 3 deletions bug_update_advanced_page.php
Expand Up @@ -657,15 +657,12 @@
</td>
</tr>


</table>
</form>

<?php


include( dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'bugnote_view_inc.php' );
html_page_bottom( __FILE__ );

last_visited_issue( $f_bug_id );
?>
1 change: 0 additions & 1 deletion bugnote_add.php
Expand Up @@ -65,4 +65,3 @@
event_signal( 'EVENT_BUGNOTE_ADD', array( $f_bug_id, $t_bugnote_id ) );

print_successful_redirect_to_bug( $f_bug_id );
?>
3 changes: 2 additions & 1 deletion bugnote_add_inc.php
Expand Up @@ -113,4 +113,5 @@
?>

<?php # Bugnote Add Form END ?>
<?php } ?>
<?php
}
1 change: 0 additions & 1 deletion bugnote_delete.php
Expand Up @@ -63,4 +63,3 @@
event_signal( 'EVENT_BUGNOTE_DELETED', array( $t_bug_id, $f_bugnote_id ) );

print_successful_redirect( string_get_bug_view_url( $t_bug_id ) . '#bugnotes' );
?>
1 change: 0 additions & 1 deletion bugnote_set_view_state.php
Expand Up @@ -64,4 +64,3 @@
bugnote_set_view_state( $f_bugnote_id, $f_private );

print_successful_redirect( string_get_bug_view_url( $t_bug_id ) . '#bugnotes' );
?>
1 change: 0 additions & 1 deletion bugnote_stats_inc.php
Expand Up @@ -152,4 +152,3 @@
</table>
<?php
collapse_end( 'bugnotestats' );
?>
1 change: 0 additions & 1 deletion bugnote_update.php
Expand Up @@ -61,4 +61,3 @@
event_signal( 'EVENT_BUGNOTE_EDIT', array( $t_bug_id, $f_bugnote_id ) );

print_successful_redirect( string_get_bug_view_url( $t_bug_id ) . '#bugnotes' );
?>
1 change: 0 additions & 1 deletion core/classes/MantisEnum.class.php
Expand Up @@ -206,4 +206,3 @@ private static function getLabelForUnknownValue( $value ) {
return '@' . $valueAsInteger . '@';
}
}
?>

0 comments on commit b4cf797

Please sign in to comment.