Commit b41808b7 by Tom Christie

Merge pull request #2691 from mochawich/patch-1

fixed missing anchor closing tag
parents cc64e30f 2266fec9
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment