techtonik               Thu Nov  4 02:41:11 2004 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl 
  Log:
  fix invalid select attribute
  
http://cvs.php.net/diff.php/phpdoc/xsl/htmlhelp.xsl?r1=1.13&r2=1.14&ty=u
Index: phpdoc/xsl/htmlhelp.xsl
diff -u phpdoc/xsl/htmlhelp.xsl:1.13 phpdoc/xsl/htmlhelp.xsl:1.14
--- phpdoc/xsl/htmlhelp.xsl:1.13        Wed Nov  3 23:27:20 2004
+++ phpdoc/xsl/htmlhelp.xsl     Thu Nov  4 02:41:11 2004
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl,v 1.13 2004/11/04 04:27:20 techtonik Exp $
+  $Id: htmlhelp.xsl,v 1.14 2004/11/04 07:41:11 techtonik Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -493,8 +493,8 @@
 <xsl:param name="html.cellpadding" select="'2'"/>
 <!-- Tune table borders -->
 <xsl:param name="table.borders.with.css" select="1"/>
-<xsl:param name="table.cell.border.thickness" select=""/>
-<xsl:param name="table.cell.border.style" select=""/>
+<xsl:param name="table.cell.border.thickness" select="''"/>
+<xsl:param name="table.cell.border.style" select="''"/>
 
 
 

Reply via email to