goba            Sun Feb 10 07:15:11 2002 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl.in 
  Log:
  Import html-common.xsl to allow overrides
  
  
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.13 phpdoc/xsl/htmlhelp.xsl.in:1.14
--- phpdoc/xsl/htmlhelp.xsl.in:1.13     Sun Feb 10 07:12:44 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Sun Feb 10 07:15:11 2002
@@ -3,14 +3,14 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.13 2002/02/10 12:12:44 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.14 2002/02/10 12:15:11 goba Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">
 
 <xsl:import href="htmlhelp-db.xsl"/>
-<xsl:include href="html-common.xsl"/>
+<xsl:import href="html-common.xsl"/>
 
 <xsl:param name="base.dir" select="'html/'"/>
 <xsl:param name="use.id.as.filename" select="1"/>


Reply via email to