Remove typo, extra quotes

This commit is contained in:
Eric Davis
2010-12-04 11:09:29 -08:00
parent abeba76f40
commit 39073905c3

View File

@@ -1,7 +1,7 @@
<% if project.module_enabled?(:contracts) %>
<tr>
<th class="deliverable"><%= l(:field_deliverable) %>:</th>
<td class="deliverable"><%= h(issue.deliverable.title) if issue.deliverable.present? %></td>"
<td class="deliverable"><%= h(issue.deliverable.title) if issue.deliverable.present? %></td>
</tr>
<% end %>