swift 15/01/03 17:49:07 Modified: guidexml2wiki.xsl Log: Use CodeBox in XSL
Revision Changes Path 1.11 xml/htdocs/xsl/guidexml2wiki.xsl file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl?r1=1.10&r2=1.11 Index: guidexml2wiki.xsl =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- guidexml2wiki.xsl 9 Dec 2013 08:47:06 -0000 1.10 +++ guidexml2wiki.xsl 3 Jan 2015 17:49:07 -0000 1.11 @@ -135,7 +135,7 @@ <xsl:template match="pre"><xsl:text> </xsl:text> -{{Code|<xsl:value-of select="@caption" />|<pre><xsl:apply-templates /></pre> +{{CodeBox|title=<xsl:value-of select="@caption" />|<pre><xsl:apply-templates /></pre> }} <xsl:text> </xsl:text>
