svn commit: r41627 - projects/xml-tools/share/xsl
Gabor Kovesdan
gabor at FreeBSD.org
Mon May 13 16:52:32 UTC 2013
Author: gabor
Date: Mon May 13 16:52:32 2013
New Revision: 41627
URL: http://svnweb.freebsd.org/changeset/doc/41627
Log:
- Do not render commands in bold
- Merge two patterns
Modified:
projects/xml-tools/share/xsl/freebsd-common.xsl
Modified: projects/xml-tools/share/xsl/freebsd-common.xsl
==============================================================================
--- projects/xml-tools/share/xsl/freebsd-common.xsl Mon May 13 16:51:51 2013 (r41626)
+++ projects/xml-tools/share/xsl/freebsd-common.xsl Mon May 13 16:52:32 2013 (r41627)
@@ -8,11 +8,7 @@
<!-- Global customisation -->
<!-- Redefine variables, and replace templates as necessary here -->
- <xsl:template match="hostid|username|groupname|devicename|maketarget|makevar">
- <xsl:call-template name="inline.monoseq"/>
- </xsl:template>
-
- <xsl:template match="userinput">
+ <xsl:template match="hostid|username|groupname|devicename|maketarget|makevar|userinput|command">
<xsl:call-template name="inline.monoseq"/>
</xsl:template>
More information about the svn-doc-projects
mailing list