diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-05-13 16:52:32 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-05-13 16:52:32 +0000 |
| commit | 4c135ee021c711a9c51961d246ee37fd25bf9178 (patch) | |
| tree | e36ee7eec308286c4bc30cec58ab34be148e7f06 | |
| parent | f4f6d84a74fc9e1f5c0c95baace2b989537979ca (diff) | |
- Do not render commands in bold
- Merge two patterns
Notes
svn path=/projects/xml-tools/; revision=41627
| -rw-r--r-- | share/xsl/freebsd-common.xsl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/share/xsl/freebsd-common.xsl b/share/xsl/freebsd-common.xsl index ed97e30cf1..94fce635d8 100644 --- a/share/xsl/freebsd-common.xsl +++ b/share/xsl/freebsd-common.xsl @@ -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> |
