Date: Thu, 11 Jul 2013 17:56:20 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42251 - head/share/xsl Message-ID: <201307111756.r6BHuKmu064335@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307111756.r6BHuKmu064335>