svn commit: r43173 - head/share/xsl

Gabor Kovesdan gabor at FreeBSD.org
Tue Nov 12 10:01:01 UTC 2013


Author: gabor
Date: Tue Nov 12 10:01:01 2013
New Revision: 43173
URL: http://svnweb.freebsd.org/changeset/doc/43173

Log:
  - Fix split HTML link
  
  Reported by:	wblock

Modified:
  head/share/xsl/freebsd-xhtml-common.xsl

Modified: head/share/xsl/freebsd-xhtml-common.xsl
==============================================================================
--- head/share/xsl/freebsd-xhtml-common.xsl	Tue Nov 12 09:59:59 2013	(r43172)
+++ head/share/xsl/freebsd-xhtml-common.xsl	Tue Nov 12 10:01:01 2013	(r43173)
@@ -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>
 


More information about the svn-doc-all mailing list