euscanwww: Fixing all templates to be XHTML compliant

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-08-15 15:32:16 +02:00
parent d66c2dff99
commit 269fc0afa5
19 changed files with 118 additions and 106 deletions

View File

@ -5,7 +5,6 @@
{% block content %}
<h2>API</h2>
<p>
<ul>
<li><a href="{% url "api.views.root" 'json' %}">/api/1.0/api.json</a></li>
<li><a href="{% url "api.views.statistics" 'json' %}">/api/1.0/statistics.json</a></li>
@ -18,7 +17,6 @@
<li>/api/1.0/package/&lt;category&gt;/&lt;package&gt;.json</li>
</ul>
Formats: xml, yaml and json
</p>
<p>Formats: xml, yaml and json</p>
{% endblock %}