Commit 50a8612eaba99cc0ac228219703cc8e9694f71bc
1 parent
9748aa6b
Exists in
master
and in
29 other branches
Removed warnings for tags not closing correctly
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/search/_article_tags.rhtml
@@ -4,6 +4,6 @@ | @@ -4,6 +4,6 @@ | ||
4 | <% article_tags.each do |tag| %> | 4 | <% article_tags.each do |tag| %> |
5 | <%= link_to_tag tag, :class => "search-article-tag" %> | 5 | <%= link_to_tag tag, :class => "search-article-tag" %> |
6 | <% end %> | 6 | <% end %> |
7 | - <%= _('None') if article_tags.empty? %></td> | 7 | + <%= _('None') if article_tags.empty? %> |
8 | </td> | 8 | </td> |
9 | </tr> | 9 | </tr> |
app/views/search/_google_maps.rhtml