- Fix split HTML link

Reported by:	wblock
This commit is contained in:
Gabor Kovesdan 2013-11-12 10:01:01 +00:00
parent 91b1380f4e
commit 667ff49041
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43173

View file

@ -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>