Skip to content

Commit

Permalink
Move div end outside of if statement
Browse files Browse the repository at this point in the history
too hard to see which end belongs to what block
  • Loading branch information
rwstauner committed Nov 16, 2011
1 parent 05faf75 commit f282268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/search.html
Expand Up @@ -60,8 +60,8 @@
<% END -%> <% IF item.abstract; ' - '; item.abstract; END %></li><!-- <% item.score %> --><% END %>
<% IF group.size > 4 %><li><a href="/search?q=distribution:<% item.distribution %>+<% query %>"><% group.size - 4 %> more result<% IF group.size - 4 > 1; 's'; END %> from <% item.distribution %> »</a></li><% END %>
</ul>
</div>
<% END %>
</div>
<br>
<% END %>
<% INCLUDE inc/pager.html size = 20 %>
Expand Down

0 comments on commit f282268

Please sign in to comment.