jkj Sun Feb 11 13:53:17 2001 EDT Modified files: /phpdoc html.xsl.in Log: - improved formating of functions and function reference Index: phpdoc/html.xsl.in diff -u phpdoc/html.xsl.in:1.2 phpdoc/html.xsl.in:1.3 --- phpdoc/html.xsl.in:1.2 Sun Feb 11 06:20:33 2001 +++ phpdoc/html.xsl.in Sun Feb 11 13:53:17 2001 @@ -2,7 +2,7 @@ HTML specific stylesheet - $Id: html.xsl.in,v 1.2 2001/02/11 14:20:33 jkj Exp $ + $Id: html.xsl.in,v 1.3 2001/02/11 21:53:17 jkj Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" @@ -10,6 +10,7 @@ <xsl:import href="@DOCBOOKXSL_HTML@"/> <xsl:import href="chunk-filename.xsl"/> +<xsl:include href="html-common.xsl"/> <xsl:output method="html" encoding="@ENCODING@"/>