techtonik               Thu Jul 14 09:42:28 2005 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl 
  Log:
  * hide ToC header string in preface
  
http://cvs.php.net/diff.php/phpdoc/xsl/htmlhelp.xsl?r1=1.21&r2=1.22&ty=u
Index: phpdoc/xsl/htmlhelp.xsl
diff -u phpdoc/xsl/htmlhelp.xsl:1.21 phpdoc/xsl/htmlhelp.xsl:1.22
--- phpdoc/xsl/htmlhelp.xsl:1.21        Fri Jun 24 05:22:40 2005
+++ phpdoc/xsl/htmlhelp.xsl     Thu Jul 14 09:42:28 2005
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl,v 1.21 2005/06/24 09:22:40 techtonik Exp $
+  $Id: htmlhelp.xsl,v 1.22 2005/07/14 13:42:28 techtonik Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -70,7 +70,7 @@
 book      toc,title
 chapter   toc,title
 part      toc,title
-preface   toc,title
+preface   toc
 qandadiv  toc
 qandaset  toc
 reference toc,title

Reply via email to