Commit 1339c67a authored by Julian Andres Klode's avatar Julian Andres Klode Committed by Enrico Zini
Browse files

Do not use XHTML-style self-closing tags in the templates



This makes the documents more correct, although there are still
some other problems.

Signed-off-by: Julian Andres Klode's avatarJulian Andres Klode <jak@debian.org>
parent 3b2991c3
......@@ -11,7 +11,7 @@
{% endblock %}
{% block head_resources %}
<link type="text/css" rel="stylesheet" media="all" href="{{ MEDIA_URL }}css/debian.css" />
<link type="text/css" rel="stylesheet" media="all" href="{{ MEDIA_URL }}css/debian.css">
{% endblock %}
{% endblock %}
</head>
......
......@@ -10,7 +10,7 @@
{% block head_resources %}
{{block.super}}
<link type="text/css" rel="stylesheet" media="all" href="{{ MEDIA_URL }}css/nm.css" />
<link type="text/css" rel="stylesheet" media="all" href="{{ MEDIA_URL }}css/nm.css">
{% endblock %}
{% block section %}<a href="{% url home %}">NM</a>{% endblock %}
......
Supports Markdown
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