Commit fe0e15b41390bca1c99d911a0c726ca1b816811f

Authored by Rafael Martins
1 parent 8b6c1454

Wrong tag closing on search/_event partial

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/search/_event.rhtml
... ... @@ -20,5 +20,5 @@
20 20 <%= render :partial => 'article_common', :object => event %>
21 21 </div>
22 22  
23   - <div style="clear: both;"/></div>
  23 + <div style="clear: both"></div>
24 24 </li>
... ...