- Fix split HTML link
Reported by: wblock
This commit is contained in:
parent
91b1380f4e
commit
667ff49041
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43173
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@
|
|||
<xsl:template name="docformatnav">
|
||||
<xsl:variable name="single.fname">
|
||||
<xsl:choose>
|
||||
<xsl:when test="/book">book.html</xsl:when>
|
||||
<xsl:when test="/article">article.html</xsl:when>
|
||||
<xsl:when test="/db:book">book.html</xsl:when>
|
||||
<xsl:when test="/db:article">article.html</xsl:when>
|
||||
</xsl:choose>
|
||||
</xsl:variable>
|
||||
|
||||
|
|
Loading…
Reference in a new issue