diff templates/index.djhtml @ 118:d624e5076890

Add (empty) alt attributes for images on homepage There's no point in actually specifying an alt attribute because the relevant text can be found directly underneath anyway, within the header. But this makes the W3C validator stop complaining
author dellsystem <ilostwaldo@gmail.com>
date Fri, 14 Sep 2012 21:48:43 -0400
parents 2bca07be6e51
children 41aff926a5ab
line wrap: on
line diff
--- a/templates/index.djhtml
+++ b/templates/index.djhtml
@@ -24,7 +24,7 @@
 <div id="info-box" class="row">
     <div class="span3">
         <div class="center-align">
-            <img src="/static/img/browse.png" />
+            <img src="/static/img/browse.png" alt="" />
             <h2>Browse code submissions</h2>
         </div>
         <p>
@@ -35,7 +35,7 @@
         </p>
     </div><div class="span3">
         <div class="center-align">
-            <img src="/static/img/snippet.png" />
+            <img src="/static/img/snippet.png" alt="" />
             <h2>Post a snippet</h2>
         </div>
         <p>
@@ -45,7 +45,7 @@
         </p>
     </div><div class="span3">
         <div class="center-align">
-            <img src="/static/img/upload.png" />
+            <img src="/static/img/upload.png" alt="" />
             <h2>Share your code</h2>
         </div>
         <p>