diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2003-06-20 11:30:42 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2003-06-20 11:30:42 +0000 |
commit | 4debf9bb292c85ebcc34b280ccb263cc6c52ee5d (patch) | |
tree | 26d6778ecd7bf59b410af1b602bd2570a662df1e /scripts/ext_skel_ng/php_function.php | |
parent | 4b93d257be3ff437671c86444db661e88c104088 (diff) | |
download | php-git-4debf9bb292c85ebcc34b280ccb263cc6c52ee5d.tar.gz |
typo fix
Diffstat (limited to 'scripts/ext_skel_ng/php_function.php')
-rw-r--r-- | scripts/ext_skel_ng/php_function.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ext_skel_ng/php_function.php b/scripts/ext_skel_ng/php_function.php index 5591ee0bbc..49f6d06cf9 100644 --- a/scripts/ext_skel_ng/php_function.php +++ b/scripts/ext_skel_ng/php_function.php @@ -309,7 +309,7 @@ function docbook_xml() { $xml = '<?xml version="1.0" encoding="iso-8859-1"?> -<!-- '.'$'.Revision: 1.0 $ --> +<!-- '.'$'.'Revision: 1.0 $ --> <refentry id="function.'.strtolower(str_replace("_","-",$this->name)).'"> <refnamediv> <refname>'.$this->name.'</refname> |