[library-web] fix xref to st (GNOME bug 704381)
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web] fix xref to st (GNOME bug 704381)
- Date: Sat, 25 Jan 2014 23:50:46 +0000 (UTC)
commit 6ef6257bdafdd81a36494c0888e9f3f76f353482
Author: Frédéric Péters <fpeters 0d be>
Date: Sun Jan 26 00:49:39 2014 +0100
fix xref to st (GNOME bug 704381)
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 37b4939..8c8437b 100644
--- a/data/xslt/html2html.xsl
+++ b/data/xslt/html2html.xsl
@@ -252,6 +252,9 @@ along with libgo; if not, write to the Free Software Foundation, Inc.,
<xsl:when test="contains(., '/gdk2/')">
<xsl:value-of select="concat('../../gdk2/stable/', substring-after(., '/gdk2/'))"/>
</xsl:when>
+ <xsl:when test="contains(., '/st/')">
+ <xsl:value-of select="concat('../../st/stable/', substring-after(., '/st/'))"/>
+ </xsl:when>
<xsl:otherwise>
<xsl:value-of select="."/>
</xsl:otherwise>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]