Merge pull request #2691 from mochawich/patch-1

fixed missing anchor closing tag
This commit is contained in:
Tom Christie 2015-03-13 16:14:12 +00:00
commit b41808b79a

View File

@ -7,6 +7,6 @@
{% if next_url %}
<li class="next"><a href="{{ next_url }}">Next &raquo;</a></li>
{% else %}
<li class="next disabled"><a href="#">Next &raquo;</li>
<li class="next disabled"><a href="#">Next &raquo;</a></li>
{% endif %}
</ul>