rquadling Thu Jul 12 11:53:59 2007 UTC
Modified files:
/phpdoc/phpbook/phpbook-xsl common.xsl
Log:
Extended CHM internal links now have the correct .html extension.
http://cvs.php.net/viewvc.cgi/phpdoc/phpbook/phpbook-xsl/common.xsl?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/phpbook/phpbook-xsl/common.xsl
diff -u phpdoc/phpbook/phpbook-xsl/common.xsl:1.5
phpdoc/phpbook/phpbook-xsl/common.xsl:1.6
--- phpdoc/phpbook/phpbook-xsl/common.xsl:1.5 Thu Jul 5 14:19:23 2007
+++ phpdoc/phpbook/phpbook-xsl/common.xsl Thu Jul 12 11:53:59 2007
@@ -3,7 +3,7 @@
common.xsl: Common customizations for all HTML formats
- $Id: common.xsl,v 1.5 2007/07/05 14:19:23 bjori Exp $
+ $Id: common.xsl,v 1.6 2007/07/12 11:53:59 rquadling Exp $
What is done in this stylesheet as common to all HTML output formats:
@@ -411,7 +411,7 @@
</xsl:choose>
</xsl:variable>
- <xsl:variable name="function.href" select="concat('function.',
translate($argument,'_','-'))"/>
+ <xsl:variable name="function.href" select="concat('function.',
translate($argument,'_','-'), '.html')"/>
<xsl:choose>
<xsl:when test="ancestor::refentry/@id=$function.href">