summaryrefslogtreecommitdiff
path: root/ext/skeleton
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-04-25 21:26:05 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-04-25 21:26:05 +0000
commit17da9f22f2f6ace3cea8e1b230e9d87d6c062ffb (patch)
tree202e556f767485d90be345172cf74a6bb8450a5e /ext/skeleton
parente8e682886314e90c438b62bb9c05aac9b60c9d31 (diff)
downloadphp-git-17da9f22f2f6ace3cea8e1b230e9d87d6c062ffb.tar.gz
a backslash was missing (+ whitespace)
Diffstat (limited to 'ext/skeleton')
-rwxr-xr-xext/skeleton/create_stubs8
1 files changed, 4 insertions, 4 deletions
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 = " <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" \