- Fix rendering of the last modified text.
- We have our own complete CSS file so do not generate one with XSLT
This commit is contained in:
parent
a1f23ecf64
commit
fdac88b190
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41564
1 changed files with 3 additions and 3 deletions
|
@ -25,6 +25,7 @@
|
|||
<xsl:param name="admon.style"/>
|
||||
<xsl:param name="make.year.ranges" select="1"/>
|
||||
<xsl:param name="make.single.year.ranges" select="1"/>
|
||||
<xsl:param name="docbook.css.source" select="''"/>
|
||||
|
||||
<xsl:param name="make.valid.html" select="1"/>
|
||||
<xsl:param name="html.cleanup" select="1"/>
|
||||
|
@ -272,14 +273,13 @@
|
|||
<xsl:with-param name="key" select="'on'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:call-template name="gentext.space"/>
|
||||
Last modified on <xsl:value-of select="$pubdate"/>
|
||||
<xsl:value-of select="$pubdate"/>
|
||||
<xsl:if test="$committer">
|
||||
<xsl:call-template name="gentext.space"/>
|
||||
<xsl:value-of select="$committer"/>
|
||||
<xsl:call-template name="gentext.space"/>
|
||||
<xsl:call-template name="gentext">
|
||||
<xsl:with-param name="key" select="'by'"/>
|
||||
</xsl:call-template>
|
||||
<xsl:value-of select="$committer"/>
|
||||
</xsl:if>
|
||||
<xsl:text>.</xsl:text>
|
||||
</xsl:template>
|
||||
|
|
Loading…
Reference in a new issue