library-web r473 - trunk/data/xslt



Author: fpeters
Date: Sat Jun 21 20:22:44 2008
New Revision: 473
URL: http://svn.gnome.org/viewvc/library-web?rev=473&view=rev

Log:
* data/xslt/html2html.xsl: fixed cross-linking to gdk-pixbuf.
(closes: #539392)  (bis repetita)



Modified:
   trunk/data/xslt/html2html.xsl

Modified: trunk/data/xslt/html2html.xsl
==============================================================================
--- trunk/data/xslt/html2html.xsl	(original)
+++ trunk/data/xslt/html2html.xsl	Sat Jun 21 20:22:44 2008
@@ -97,7 +97,7 @@
          <xsl:value-of select="concat('../../pango/stable/', substring-after(., '/pango/'))"/>
        </xsl:when>
        <xsl:when test="contains(., '/gdk-pixbuf/')">
-         <xsl:value-of select="concat('../../gdk-pixbuf/stable/', substring-after(., '/gdk/'))"/>
+         <xsl:value-of select="concat('../../gdk-pixbuf/stable/', substring-after(., '/gdk-pixbuf/'))"/>
        </xsl:when>
        <xsl:otherwise>
          <xsl:value-of select="."/>



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