[gimp-help-2] Render a title attribute with the link



commit 625d7e4c023fd21f206f24fee0b1f44190bee150
Author: Roman Joost <roman bromeco de>
Date:   Wed Dec 5 08:24:51 2012 +1000

    Render a title attribute with the link

 stylesheets/languageMenu.xsl |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/stylesheets/languageMenu.xsl b/stylesheets/languageMenu.xsl
index 62864b5..cb790cb 100644
--- a/stylesheets/languageMenu.xsl
+++ b/stylesheets/languageMenu.xsl
@@ -52,6 +52,10 @@
       <xsl:attribute name="href">
         <xsl:value-of select="$href" />
       </xsl:attribute>
+      <xsl:attribute name="title">
+        <xsl:value-of select="$title" />
+      </xsl:attribute>
+
       <xsl:value-of select="$title" />
     </xsl:element>
   </xsl:template>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]