Skip to content

Commit

Permalink
fix for 0004669: Space missing between 2 fields
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3065 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
thraxisp committed Oct 17, 2004
1 parent 890102f commit acedfe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view_all_inc.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: view_all_inc.php,v 1.144 2004-08-28 12:24:20 vboctor Exp $
# $Id: view_all_inc.php,v 1.145 2004-10-17 15:38:19 thraxisp Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -68,7 +68,7 @@
}

echo lang_get( 'viewing_bugs_title' );
echo "($v_start - $v_end / $t_bug_count)";
echo " ($v_start - $v_end / $t_bug_count)";
?>

<span class="small"> <?php
Expand Down

0 comments on commit acedfe5

Please sign in to comment.