[yelp-xsl] mal2html-links: Use 'guide' link role for guide links



commit 8a48d69c8b4ac406b15fd036c07f3a010b7800af
Author: Shaun McCance <shaunm gnome org>
Date:   Sun Mar 3 15:22:57 2013 -0500

    mal2html-links: Use 'guide' link role for guide links
    
    We were using 'seealso'. Stupid copy+paste.

 xslt/mallard/html/mal2html-links.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-links.xsl b/xslt/mallard/html/mal2html-links.xsl
index 39da854..3ab6d65 100644
--- a/xslt/mallard/html/mal2html-links.xsl
+++ b/xslt/mallard/html/mal2html-links.xsl
@@ -352,7 +352,7 @@ the links itself. They must be passed in with the ${links} parameter.
       <xsl:with-param name="node" select="$node"/>
       <xsl:with-param name="depth" select="$depth"/>
       <xsl:with-param name="links" select="$links"/>
-      <xsl:with-param name="role" select="'seealso'"/>
+      <xsl:with-param name="role" select="'guide'"/>
       <xsl:with-param name="title">
         <xsl:call-template name="l10n.gettext">
           <xsl:with-param name="msgid" select="'More Information'"/>


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