svn commit: r42251 - head/share/xsl
Gabor Kovesdan
gabor at FreeBSD.org
Thu Jul 11 17:56:20 UTC 2013
Author: gabor
Date: Thu Jul 11 17:56:20 2013
New Revision: 42251
URL: http://svnweb.freebsd.org/changeset/doc/42251
Log:
- userinput should also be bold so that it can be distinguished from the
rest of the screen content
Reported by: wblock
Modified:
head/share/xsl/freebsd-common.xsl
Modified: head/share/xsl/freebsd-common.xsl
==============================================================================
--- head/share/xsl/freebsd-common.xsl Thu Jul 11 17:27:09 2013 (r42250)
+++ head/share/xsl/freebsd-common.xsl Thu Jul 11 17:56:20 2013 (r42251)
@@ -8,7 +8,7 @@
<!-- Global customisation -->
<!-- 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:template>
More information about the svn-doc-head
mailing list