didou           Thu Jan 15 07:43:47 2004 EDT

  Modified files:              
    /phpdoc/en/reference/xslt/functions xslt-create.xml 
  Log:
  CS : Function declarations follow the 'one true brace' convention
  
Index: phpdoc/en/reference/xslt/functions/xslt-create.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-create.xml:1.7 
phpdoc/en/reference/xslt/functions/xslt-create.xml:1.8
--- phpdoc/en/reference/xslt/functions/xslt-create.xml:1.7      Sat Dec 20 22:17:54 
2003
+++ phpdoc/en/reference/xslt/functions/xslt-create.xml  Thu Jan 15 07:43:47 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
   <refentry id="function.xslt-create">
    <refnamediv>
@@ -22,7 +22,8 @@
       <programlisting role="php">
 <![CDATA[
 <?php
-function xml2html($xmldata, $xsl) { 
+function xml2html($xmldata, $xsl) 
+{ 
     /* $xmldata -> your XML */
     /* $xsl -> XSLT file */     
 

Reply via email to