Removed space before paren

This commit is contained in:
Eric Davis
2008-06-23 16:17:19 -07:00
parent e9da38fd2d
commit d06af8384f
+1 -1
View File
@@ -38,7 +38,7 @@
<tr><td>&nbsp;</td></tr>
<% deliverable.members_spent.each do |person| %>
<%= row_with_double_data (h(person.user.name), person.hours.round, number_to_currency(person.spent, :precision => 0)) %>
<%= row_with_double_data(h(person.user.name), person.hours.round, number_to_currency(person.spent, :precision => 0)) %>
<% end %>
<% end %>
</table>