Skip to content

Commit

Permalink
Fixed #7497: Summary page is little of Garble.
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Oct 10, 2007
1 parent 52809c2 commit 9e2418b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/summary_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: summary_api.php,v 1.55 2007-08-09 08:29:56 giallu Exp $
# $Id: summary_api.php,v 1.55.2.1 2007-10-10 17:29:12 vboctor Exp $
# --------------------------------------------------------

### Summary printing API ###
Expand Down Expand Up @@ -678,7 +678,7 @@ function summary_print_by_project( $p_projects = null, $p_level = 0, $p_cache =
}

foreach ( $p_projects as $t_project ) {
$t_name = str_repeat( "» ", $p_level ) . project_get_name( $t_project );
$t_name = str_repeat( "» ", $p_level ) . project_get_name( $t_project );

$t_pdata = isset( $p_cache[ $t_project ] ) ? $p_cache[ $t_project ]
: array( 'open' => 0, 'resolved' => 0, 'closed' => 0 );
Expand Down

0 comments on commit 9e2418b

Please sign in to comment.