Skip to content

Commit

Permalink
Add missing space before ( for my-buglist-count span
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Oct 10, 2013
1 parent f28225a commit a1b2fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_view_inc.php
Expand Up @@ -302,7 +302,7 @@
$v_start = 0;
$v_end = 0;
}
echo "<span class=\"my-buglist-count\">($v_start - $v_end / $t_bug_count)</span>";
echo " <span class=\"my-buglist-count\">($v_start - $v_end / $t_bug_count)</span>";
?>
</td>
</tr>
Expand Down

0 comments on commit a1b2fb4

Please sign in to comment.