Remove extra <hr> and fix case.

- Legacy-Id: 509
This commit is contained in:
Bill Fenner 2007-06-18 21:43:40 +00:00
parent f7578e627b
commit b251c287bc
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{% extends "idindex/base.html" %}
{% block iddbcontent %}
<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 %}

View file

@ -1,6 +1,6 @@
{% extends "idindex/base.html" %}
{% block iddbcontent %}
<hr><h3>{{ header }} I-Ds sorted by {{ sort_header }}</h3>
<h3>{{ header }} I-Ds sorted by {{ sort_header }}</h3><br>
{% include "idindex/doclist.html" %}
{% endblock %}