Skip to content

Commit

Permalink
Add horizontal ruler before start of debug output
Browse files Browse the repository at this point in the history
Signed-off-by: David Hicks <d@hx.id.au>
  • Loading branch information
mantis authored and davidhicks committed Jul 30, 2011
1 parent 8be6cff commit 57cce46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/core/logging_api.php
Expand Up @@ -150,13 +150,13 @@ function log_print_to_page() {
$t_total_queries_count = 0;
$t_total_event_count = count( $g_log_events );

echo "\t<hr />\n";
echo "\n\n<!--Mantis Debug Log Output-->";
if( $t_total_event_count == 0 ) {
echo "\n\n<!--Mantis Debug Log Output-->";
echo "<!--END Mantis Debug Log Output-->\n\n";
return;
}

echo "\n\n<!--Mantis Debug Log Output-->";
echo "<hr />\n";
echo "<table id=\"log-event-list\">\n";
echo "\t<thead>\n";
Expand Down

0 comments on commit 57cce46

Please sign in to comment.