Commit 50a8612eaba99cc0ac228219703cc8e9694f71bc

Authored by Rafael Martins
1 parent 9748aa6b

Removed warnings for tags not closing correctly

app/views/search/_article_tags.rhtml
... ... @@ -4,6 +4,6 @@
4 4 <% article_tags.each do |tag| %>
5 5 <%= link_to_tag tag, :class => "search-article-tag" %>
6 6 <% end %>
7   - <%= _('None') if article_tags.empty? %></td>
  7 + <%= _('None') if article_tags.empty? %>
8 8 </td>
9 9 </tr>
... ...
app/views/search/_google_maps.rhtml
1   -<div style="clear: both;"/></div>
  1 +<div style="clear: both;"></div>
2 2 <div style='text-align: center;'>
3 3 <div id="map"></div>
4 4 </div>
... ...