- userinput should also be bold so that it can be distinguished from the

rest of the screen content

Reported by:	wblock
This commit is contained in:
Gabor Kovesdan 2013-07-11 17:56:20 +00:00
parent f21cda71b5
commit eeee1f2177
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42251

View file

@ -8,7 +8,7 @@
<!-- Global customisation --> <!-- Global customisation -->
<!-- Redefine variables, and replace templates as necessary here --> <!-- Redefine variables, and replace templates as necessary here -->
<xsl:template match="hostid|username|groupname|devicename|maketarget|makevar|userinput|command"> <xsl:template match="hostid|username|groupname|devicename|maketarget|makevar|command">
<xsl:call-template name="inline.monoseq"/> <xsl:call-template name="inline.monoseq"/>
</xsl:template> </xsl:template>