Fixed malformed XML that broke the build

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287169 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Brandon Savage 2009-08-12 18:01:52 +00:00
parent 42a90185e9
commit 41050c31e8

View file

@ -15,7 +15,7 @@
<link linkend="ini.include-path">include_path</link> specified. The
<function>include</function> construct will emit a
<link linkend="errorfunc.constants.errorlevels.e-warning">warning</link> if it
cannot find a file; this is different behavior from <function>require</a>,
cannot find a file; this is different behavior from <function>require</function>,
which will emit a
<link linkend="errorfunc.constants.errorlevels.e-error">fatal error</link>.
</simpara>