changeset 136:1b905160e5e4

Added 'alt' text on images along with height+width.
author Steve Kemp <steve@steve.org.uk>
date Tue, 25 Dec 2007 21:12:38 +0000
parents 65e1efc7548e
children 1ae476191bec
files themes/blocky/index.template themes/blocky/month.template themes/blocky/tags.template themes/blog.steve.org.uk/index.template themes/blog.steve.org.uk/tags.template themes/default/index.template themes/default/month.template themes/default/tags.template
diffstat 8 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/themes/blocky/index.template	Mon Dec 24 22:21:00 2007 +0000
+++ b/themes/blocky/index.template	Tue Dec 25 21:12:38 2007 +0000
@@ -57,7 +57,7 @@
  </fieldset>
  <p></p>
  <!-- /tmpl_loop -->
- <p style="text-align: right;"><a href="index.rss"><img src="<!-- tmpl_var name='top' -->xml.gif"></a></p>
+ <p style="text-align: right;"><a href="index.rss"><img src="<!-- tmpl_var name='top' -->xml.gif" alt="RSS feed" width="36" height="14"></a></p>
 
 </td>
 <td width="20%" valign="top">
--- a/themes/blocky/month.template	Mon Dec 24 22:21:00 2007 +0000
+++ b/themes/blocky/month.template	Tue Dec 25 21:12:38 2007 +0000
@@ -55,7 +55,7 @@
 </fieldset>
  <p></p>
 <!-- /tmpl_loop -->
- <p style="text-align: right;"><a href="<!-- tmpl_var name='month' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif"></a></p>
+ <p style="text-align: right;"><a href="<!-- tmpl_var name='month' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif" alt="RSS feed" width="36" height="14"></a></p>
 
 
 </td>
--- a/themes/blocky/tags.template	Mon Dec 24 22:21:00 2007 +0000
+++ b/themes/blocky/tags.template	Tue Dec 25 21:12:38 2007 +0000
@@ -49,7 +49,7 @@
 </fieldset>
 <p></p>
 <!-- /tmpl_loop -->
- <p style="text-align: right;"><a href="<!-- tmpl_var name='tagname' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif"></a></p>
+ <p style="text-align: right;"><a href="<!-- tmpl_var name='tagname' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif" alt="RSS feed" width="36" height="14"></a></p>
 
 
 
--- a/themes/blog.steve.org.uk/index.template	Mon Dec 24 22:21:00 2007 +0000
+++ b/themes/blog.steve.org.uk/index.template	Tue Dec 25 21:12:38 2007 +0000
@@ -72,7 +72,7 @@
  </div>
  <div class="padding"></div>
  <!-- /tmpl_loop -->
- <p style="text-align: right;"><a href="index.rss"><img src="<!-- tmpl_var name='top' -->xml.gif"></a></p>
+ <p style="text-align: right;"><a href="index.rss"><img src="<!-- tmpl_var name='top' -->xml.gif"  alt="RSS Feed" width="36" height="14"></a></p>
 
  </td>
  <!-- Right -->
--- a/themes/blog.steve.org.uk/tags.template	Mon Dec 24 22:21:00 2007 +0000
+++ b/themes/blog.steve.org.uk/tags.template	Tue Dec 25 21:12:38 2007 +0000
@@ -83,7 +83,7 @@
 </div>
 <div class="padding"></div>
 <!-- /tmpl_loop -->
- <p style="text-align: right;"><a href="<!-- tmpl_var name='tagname' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif"></a></p>
+ <p style="text-align: right;"><a href="<!-- tmpl_var name='tagname' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif" alt="RSS feed" width="36" height="14"></a></p>
 
 
 
--- a/themes/default/index.template	Mon Dec 24 22:21:00 2007 +0000
+++ b/themes/default/index.template	Tue Dec 25 21:12:38 2007 +0000
@@ -43,7 +43,7 @@
  </div>
  <div class="padding"></div>
  <!-- /tmpl_loop -->
- <p style="text-align: right;"><a href="index.rss"><img src="<!-- tmpl_var name='top' -->xml.gif"></a></p>
+ <p style="text-align: right;"><a href="index.rss"><img src="<!-- tmpl_var name='top' -->xml.gif" alt="RSS feed" width="36" height="14"></a></p>
 
 <div id="sidebar">
 
--- a/themes/default/month.template	Mon Dec 24 22:21:00 2007 +0000
+++ b/themes/default/month.template	Tue Dec 25 21:12:38 2007 +0000
@@ -51,7 +51,7 @@
 </div>
  <div class="padding"></div>
 <!-- /tmpl_loop -->
- <p style="text-align: right;"><a href="<!-- tmpl_var name='month' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif"></a></p>
+ <p style="text-align: right;"><a href="<!-- tmpl_var name='month' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif" alt="RSS Feed" width="36" height="14"></a></p>
 
 
 
--- a/themes/default/tags.template	Mon Dec 24 22:21:00 2007 +0000
+++ b/themes/default/tags.template	Tue Dec 25 21:12:38 2007 +0000
@@ -50,7 +50,7 @@
 </div>
 <div class="padding"></div>
 <!-- /tmpl_loop -->
- <p style="text-align: right;"><a href="<!-- tmpl_var name='tagname' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif"></a></p>
+ <p style="text-align: right;"><a href="<!-- tmpl_var name='tagname' escape='html' -->.rss"><img src="<!-- tmpl_var name='top' -->xml.gif" alt="RSS Feed" width="36" height="14"></a></p>