Fix missing alt attribute for img.
--- a/src/cm/templates/site/layout/footer.html Mon Sep 23 11:28:49 2013 +0200
+++ b/src/cm/templates/site/layout/footer.html Thu Oct 03 10:11:23 2013 +0200
@@ -6,7 +6,7 @@
<span class="navlinks navleft">
<a href="{% url contact %}">{% blocktrans %}Contact{% endblocktrans %}</a>
·
- <a id="comentlink" title="co-ment" href="http://www.co-ment.com">Powered by <img src="{{ CM_MEDIA_PREFIX }}img/logo-co-ment-50.png"></img></a>
+ <a id="comentlink" title="co-ment" href="http://www.co-ment.com">Powered by <img src="{{ CM_MEDIA_PREFIX }}img/logo-co-ment-50.png" alt='Co-ment logo' /></a>
·
<a href="{% url help %}">{% blocktrans %}Help{% endblocktrans %}</a>