[library-web] xslt: fix xrefs to clutter elements (GNOME bug 681295)



commit bfb103ac2def32ee875324439306edcdbb005800
Author: FrÃdÃric PÃters <fpeters 0d be>
Date:   Sun Aug 12 11:39:21 2012 +0200

    xslt: fix xrefs to clutter elements (GNOME bug 681295)

 data/xslt/html2html.xsl |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/data/xslt/html2html.xsl b/data/xslt/html2html.xsl
index 7d4fef8..3422e22 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -234,6 +234,9 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
            <xsl:when test="contains(., '/camel/')">
              <xsl:value-of select="concat('../../camel/stable/', substring-after(., '/camel/'))"/>
            </xsl:when>
+           <xsl:when test="contains(., '/clutter/')">
+             <xsl:value-of select="concat('../../clutter/stable/', substring-after(., '/clutter/'))"/>
+           </xsl:when>
            <xsl:otherwise>
              <xsl:value-of select="."/>
            </xsl:otherwise>



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