- Do not render userinput with bold

This commit is contained in:
Gabor Kovesdan 2013-05-12 17:37:10 +00:00
parent 6cc5554404
commit 0438408178
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41612

View file

@ -12,6 +12,10 @@
<xsl:call-template name="inline.monoseq"/>
</xsl:template>
<xsl:template match="userinput">
<xsl:call-template name="inline.monoseq"/>
</xsl:template>
<xsl:template name="svnweb.link">
<xsl:param name="repo" select="'base'"/>
<xsl:param name="rev"/>