Typo fix.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44785 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2001-04-03 05:22:28 +00:00
parent 93ffe19202
commit e7c8cba88b

View file

@ -524,8 +524,8 @@ include_path=".;c:\www\phplib"
</term>
<listitem>
<para>
Tells whether the short form (<userinput>&lt;? ?&gt;</userinput>of
PHP's open tag should be allowed. If you want to use PHP in
Tells whether the short form (<userinput>&lt;? ?&gt;</userinput>)
of PHP's open tag should be allowed. If you want to use PHP in
combination with XML, you have to disable this option. If
disabled, you must use the long form of the open tag
(<userinput>&lt;?php ?&gt;</userinput>).</para>