goba            Sat Feb  9 17:45:04 2002 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp-db.xsl.in 
  Log:
  Forgot to modify filename reference
  
  
Index: phpdoc/xsl/htmlhelp-db.xsl.in
diff -u phpdoc/xsl/htmlhelp-db.xsl.in:1.1 phpdoc/xsl/htmlhelp-db.xsl.in:1.2
--- phpdoc/xsl/htmlhelp-db.xsl.in:1.1   Sat Feb  9 17:44:30 2002
+++ phpdoc/xsl/htmlhelp-db.xsl.in       Sat Feb  9 17:45:04 2002
@@ -31,8 +31,7 @@
     - removed blocks for index terms, maps and aliases
     - removed href.target.with.base.dir, as we have all the
       files in the same dir
-
- -->
+-->
      
 <xsl:import href="@DOCBOOKXSL_HTML@"/>
 
@@ -114,7 +113,7 @@
 Language=</xsl:text>
 <xsl:if test="//@lang">
   <xsl:variable name="lang" select="//@lang[1]"/>
-  <xsl:value-of select="document('langcodes.xml')//gentext[@lang=string($lang)]"/>
+  <xsl:value-of 
+select="document('htmlhelp-codes.xml')//gentext[@lang=string($lang)]"/>
 </xsl:if>
 <xsl:if test="not(//@lang)">
   <xsl:text>0x0409 English (United States)</xsl:text>


Reply via email to