Fix missing alt attribute for img.
authorgibus
Thu, 03 Oct 2013 10:11:23 +0200
changeset 539 8f332dd06c1e
parent 538 f3ef3c32995d
child 540 dce127afac9d
Fix missing alt attribute for img.
src/cm/templates/site/layout/footer.html
--- 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>
     &#183;
-    <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>
     &#183;    
     <a href="{% url help %}">{% blocktrans %}Help{% endblocktrans %}</a>