[library-web] fix xref to atk (GNOME bug 682193)
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web] fix xref to atk (GNOME bug 682193)
- Date: Sun, 19 Aug 2012 17:09:30 +0000 (UTC)
commit 0a37736f6a4eab9c0ba2d5416b77eec97827ba49
Author: FrÃdÃric PÃters <fpeters 0d be>
Date: Sun Aug 19 19:08:51 2012 +0200
fix xref to atk (GNOME bug 682193)
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 a69a20e..3ed6762 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -111,6 +111,9 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
<xsl:when test="contains(., '/atk/unstable/')">
<xsl:value-of select="concat('../../atk/unstable/', substring-after(., '/atk/unstable/'))"/>
</xsl:when>
+ <xsl:when test="contains(., '/atk/stable/')">
+ <xsl:value-of select="concat('../../atk/stable/', substring-after(., '/atk/stable/'))"/>
+ </xsl:when>
<xsl:when test="contains(., '/atk/')">
<xsl:value-of select="concat('../../atk/stable/', substring-after(., '/atk/'))"/>
</xsl:when>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]