hholzgra                Wed Apr 25 14:26:05 2001 EDT

  Modified files:              
    /php4/ext/skeleton  create_stubs 
  Log:
  a backslash was missing (+ whitespace)
  
  
Index: php4/ext/skeleton/create_stubs
diff -u php4/ext/skeleton/create_stubs:1.9 php4/ext/skeleton/create_stubs:1.10
--- php4/ext/skeleton/create_stubs:1.9  Tue Oct 31 03:30:11 2000
+++ php4/ext/skeleton/create_stubs      Wed Apr 25 14:26:05 2001
@@ -86,10 +86,10 @@
        xmlhead = " <reference id=\"ref." extname "\">\n" \
                "  <title> functions</title>\n" \
                "  <titleabbrev></titleabbrev>\n\n" \
-               "  <partintro>\n" 
-    "   <para>\n" \
-    "   </para\n" \
-    "  </partintro>\n\n";
+               "  <partintro>\n" \
+               "   <para>\n" \
+               "   </para\n" \
+               "  </partintro>\n\n";
 
        xmlfoot = " </reference>\n\n" \
                "<!-- Keep this comment at the end of the file\n" \



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to