goba            Fri Apr 19 08:55:25 2002 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl.in 
  Log:
  Script error corrected
  
  
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.24 phpdoc/xsl/htmlhelp.xsl.in:1.25
--- phpdoc/xsl/htmlhelp.xsl.in:1.24     Sun Mar 17 10:47:35 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Fri Apr 19 08:55:24 2002
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.24 2002/03/17 15:47:35 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.25 2002/04/19 12:55:24 goba Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -39,8 +39,8 @@
     <xsl:apply-templates select="$node" mode="object.title.markup.textonly"/>
   </title>
 
-  <script language="JavaScript1.2" src="_script.js"></script>
   <script language="JavaScript1.2">function 
displayNotes(){document.all['unotes'].innerHTML=parent.nbuff.document.body.innerHTML;}</script>
+  <script language="JavaScript1.2" src="_script.js"></script>
 
 </xsl:template>
 


Reply via email to