Commit 1538eb76cb327811fff7e03cd2ab8fc53d4be75e

Authored by Daniela Feitosa
1 parent 01914525

search-feature: fixed warnings of incorrect html

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/search/_search_content.html.erb
... ... @@ -3,4 +3,4 @@
3 3 <% if params[:display] != 'map' %>
4 4 <%= pagination_links @searches[@asset][:results] %>
5 5 <% end %>
6   -<div>
  6 +</div>
... ...