Commit 3045b20d41aec723774ca9ab213806f917bac3ca

Authored by Antonio Terceiro
1 parent 9ef7a074

ActionItem1195: adding missing </li>

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/search/_product.rhtml
@@ -16,6 +16,6 @@ product_item_pos += 1 @@ -16,6 +16,6 @@ product_item_pos += 1
16 <% if product.enterprise %> 16 <% if product.enterprise %>
17 <li> <%= _('Suplier: %s') % link_to_homepage(product.enterprise.name, product.enterprise.identifier) %> </li> 17 <li> <%= _('Suplier: %s') % link_to_homepage(product.enterprise.name, product.enterprise.identifier) %> </li>
18 <% end %> 18 <% end %>
19 - <li> <%=_('Category:') + ' ' + link_to_product_category(product.product_category) %> 19 + <li> <%=_('Category:') + ' ' + link_to_product_category(product.product_category) %> </li>
20 </ul> 20 </ul>
21 </li> 21 </li>