From: Hartmut Holzgraefe Date: Wed, 25 Apr 2001 21:26:05 +0000 (+0000) Subject: a backslash was missing (+ whitespace) X-Git-Tag: php-4.0.6RC1~312 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17da9f22f2f6ace3cea8e1b230e9d87d6c062ffb;p=php a backslash was missing (+ whitespace) --- diff --git a/ext/skeleton/create_stubs b/ext/skeleton/create_stubs index f1af21fa1a..d740027ab0 100755 --- a/ext/skeleton/create_stubs +++ b/ext/skeleton/create_stubs @@ -86,10 +86,10 @@ BEGIN { xmlhead = " \n" \ " functions\n" \ " \n\n" \ - " \n" - " \n" \ - " \n\n"; + " \n" \ + " \n" \ + " \n\n"; xmlfoot = " \n\n" \ "