Fix added <hr>

- Legacy-Id: 506
This commit is contained in:
Henrik Levkowetz 2007-06-18 20:01:16 +00:00
parent 862645e52d
commit 42013f2c35

View file

@ -1,6 +1,6 @@
{% extends "idindex/base.html" %}
{% block iddbcontent %}
<hr><h2>I-Ds List, Other drafts - <i>{{ category.upper }}</i></h2>
<h2>I-Ds List, Other drafts - <i>{{ category.upper }}</i></h2>
{% include "idindex/doclist.html" %}
{% endblock %}