goba            Sun Feb 10 07:59:41 2002 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl.in 
  Log:
  Some small tweaks
  
  
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.14 phpdoc/xsl/htmlhelp.xsl.in:1.15
--- phpdoc/xsl/htmlhelp.xsl.in:1.14     Sun Feb 10 07:15:11 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Sun Feb 10 07:59:41 2002
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.14 2002/02/10 12:15:11 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.15 2002/02/10 12:59:41 goba Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -12,7 +12,7 @@
 <xsl:import href="htmlhelp-db.xsl"/>
 <xsl:import href="html-common.xsl"/>
 
-<xsl:param name="base.dir" select="'html/'"/>
+<xsl:param name="base.dir" select="'htmlhelp/html/'"/>
 <xsl:param name="use.id.as.filename" select="1"/>
 <xsl:param name="htmlhelp.encoding" select="'@HTMLHELP_ENCODING@'"/>
 <xsl:param name="default.encoding" select="'@HTMLHELP_ENCODING@'"/>


Reply via email to