You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/07/07 00:35:58 UTC

svn commit: rev 22641 - avalon/trunk/tools/magic/etc/deliverables/themes/modern/html

Author: mcconnell
Date: Tue Jul  6 15:35:58 2004
New Revision: 22641

Modified:
   avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/transform.xsl
Log:
add a couple of dummy alt tags

Modified: avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/transform.xsl
==============================================================================
--- avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/transform.xsl	(original)
+++ avalon/trunk/tools/magic/etc/deliverables/themes/modern/html/transform.xsl	Tue Jul  6 15:35:58 2004
@@ -128,13 +128,13 @@
         <!-- Do nothing -->
       </xsl:when>
       <xsl:when test="$url = ''" >
-        <img>
+        <img alt="link">
           <xsl:attribute name="src"><xsl:value-of select="$relativepath[position() = last()]" /><xsl:value-of select="$logo" /></xsl:attribute>
         </img>
       </xsl:when>
       <xsl:otherwise>
         <a><xsl:attribute name="href"><xsl:value-of select="$url" /></xsl:attribute>
-          <img>
+          <img alt="link">
             <xsl:attribute name="src"><xsl:value-of select="$relativepath[position() = last()]" /><xsl:value-of select="$logo" /></xsl:attribute>
           </img>
         </a>

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org