You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2015/03/07 14:20:03 UTC

svn commit: r1664845 - /jmeter/trunk/xdocs/stylesheets/website-style.xsl

Author: fschumacher
Date: Sat Mar  7 13:20:02 2015
New Revision: 1664845

URL: http://svn.apache.org/r1664845
Log:
Alt-text for icons in menu

Modified:
    jmeter/trunk/xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1664845&r1=1664844&r2=1664845&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Sat Mar  7 13:20:02 2015
@@ -253,7 +253,7 @@
       <a href="{$href}">
         <xsl:value-of select="@name" />
         <xsl:if test="@icon">
-          <img src="{concat($imgdir, '/', @icon)}" />
+          <img src="{concat($imgdir, '/', @icon)}" alt="{concat('Icon for ', @name)}"/>
         </xsl:if>
       </a>
     </li>