euscanwww: Fixing all templates to be XHTML compliant
Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
@ -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/<category>/<package>.json</li>
|
||||
</ul>
|
||||
|
||||
Formats: xml, yaml and json
|
||||
</p>
|
||||
<p>Formats: xml, yaml and json</p>
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user