- Do not render userinput with bold
This commit is contained in:
parent
6cc5554404
commit
0438408178
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41612
1 changed files with 4 additions and 0 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue