Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/xsl: guidexml2wiki.xsl
Date: Thu, 29 Aug 2013 18:56:19
Message-Id: 20130829185610.B976C2004C@flycatcher.gentoo.org
1 swift 13/08/29 18:56:10
2
3 Modified: guidexml2wiki.xsl
4 Log:
5 Do not put in additional # for comments
6
7 Revision Changes Path
8 1.9 xml/htdocs/xsl/guidexml2wiki.xsl
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl?r1=1.8&r2=1.9
13
14 Index: guidexml2wiki.xsl
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- guidexml2wiki.xsl 3 Aug 2013 16:35:01 -0000 1.8
21 +++ guidexml2wiki.xsl 29 Aug 2013 18:56:10 -0000 1.9
22 @@ -141,7 +141,7 @@
23 </xsl:text>
24 </xsl:template>
25
26 -<xsl:template match="comment">## <xsl:apply-templates /></xsl:template>
27 +<xsl:template match="comment"><xsl:apply-templates /></xsl:template>
28
29 <xsl:template match="path"> {{Path|<xsl:apply-templates />}} </xsl:template>