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>