goba Sat Aug 3 19:04:28 2002 EDT Modified files: /phpdoc/xsl htmlhelp.xsl.in Log: No need for funcHeaders, try to populate consistency... Index: phpdoc/xsl/htmlhelp.xsl.in diff -u phpdoc/xsl/htmlhelp.xsl.in:1.30 phpdoc/xsl/htmlhelp.xsl.in:1.31 --- phpdoc/xsl/htmlhelp.xsl.in:1.30 Sat Aug 3 19:01:39 2002 +++ phpdoc/xsl/htmlhelp.xsl.in Sat Aug 3 19:04:28 2002 @@ -3,7 +3,7 @@ HTML Help specific stylesheet - $Id: htmlhelp.xsl.in,v 1.30 2002/08/03 23:01:39 goba Exp $ + $Id: htmlhelp.xsl.in,v 1.31 2002/08/03 23:04:28 goba Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" @@ -201,7 +201,6 @@ Usage: string date (string format, int [timestamp])<br></h2> --> <xsl:template match="refnamediv"> - <div id="funcHeaders"> <div class="{name(.)}"> <xsl:call-template name="anchor"/> <h2 class="subheader"> @@ -210,7 +209,6 @@ <br/> <span id="funcUsage"><xsl:apply-templates select="../refsect1/methodsynopsis" mode="htmlhelp.methodsyn"/></span> </h2> - </div> </div> </xsl:template>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php