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

@ -25,17 +25,17 @@
<p>
Powered by:
<a href="http://kernel.org" titke="Linux Kernel">
<img src="{{STATIC_URL}}img/linux.png" alt="Linux Kernel" />
<a href="http://kernel.org" title="Linux Kernel">
<img src="{{STATIC_URL}}img/linux.png" alt="Linux Kernel" />
</a>
<a href="http://gentoo.org" title="Gentoo">
<img src="{{STATIC_URL}}img/gentoo.png" alt="Gentoo Linux" />
<img src="{{STATIC_URL}}img/gentoo.png" alt="Gentoo Linux" />
</a>
<a href="http://www.djangoproject.com/" title="Django">
<img src="{{STATIC_URL}}img/django.png" alt="Django" />
<img src="{{STATIC_URL}}img/django.png" alt="Django" />
</a>
<a href="http://python.org" title="Python">
<img src="{{STATIC_URL}}img/python.png" alt="Python" />
<img src="{{STATIC_URL}}img/python.png" alt="Python" />
</a>
</p>
{% endblock %}