- Do not render commands in bold

- Merge two patterns
This commit is contained in:
Gabor Kovesdan 2013-05-13 16:52:32 +00:00
parent f4f6d84a74
commit 4c135ee021
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41627

View file

@ -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>