hsc             Sat Jan  8 13:30:48 2005 EDT

  Modified files:              
    /phpdoc/xsl common.xsl htmlhelp.xsl 
  Log:
  comment correction: XSL already implements a space in front of ')'
  
  
http://cvs.php.net/diff.php/phpdoc/xsl/common.xsl?r1=1.26&r2=1.27&ty=u
Index: phpdoc/xsl/common.xsl
diff -u phpdoc/xsl/common.xsl:1.26 phpdoc/xsl/common.xsl:1.27
--- phpdoc/xsl/common.xsl:1.26  Sun Nov 21 16:13:48 2004
+++ phpdoc/xsl/common.xsl       Sat Jan  8 13:30:48 2005
@@ -3,7 +3,7 @@
 
   common.xsl: Common customizations for all HTML formats
 
-  $Id: common.xsl,v 1.26 2004/11/21 21:13:48 techtonik Exp $
+  $Id: common.xsl,v 1.27 2005/01/08 18:30:48 hsc Exp $
 
   What is done in this stylesheet as common to all HTML output formats:
 
@@ -80,7 +80,7 @@
 
 <!-- Rendering of METHODSYNOPSIS. The output of this should look like:
      
-     int preg_match_all ( string pattern, string subject, array matches [, int 
flags])
+     int preg_match_all ( string pattern, string subject, array matches [, int 
flags] )
      
      working from a structure like this:
      
http://cvs.php.net/diff.php/phpdoc/xsl/htmlhelp.xsl?r1=1.18&r2=1.19&ty=u
Index: phpdoc/xsl/htmlhelp.xsl
diff -u phpdoc/xsl/htmlhelp.xsl:1.18 phpdoc/xsl/htmlhelp.xsl:1.19
--- phpdoc/xsl/htmlhelp.xsl:1.18        Sun Nov 14 09:28:25 2004
+++ phpdoc/xsl/htmlhelp.xsl     Sat Jan  8 13:30:48 2005
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl,v 1.18 2004/11/14 14:28:25 techtonik Exp $
+  $Id: htmlhelp.xsl,v 1.19 2005/01/08 18:30:48 hsc Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -625,7 +625,7 @@
 
 <!-- Rendering of METHODSYNOPSIS with span tags. The output of this should 
look like:
      
-     int preg_match_all ( string pattern, string subject, array matches [, int 
flags])
+     int preg_match_all ( string pattern, string subject, array matches [, int 
flags] )
      
      working from a structure like this:
      

Reply via email to