Extra bracket (thanks to Nuno)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247545 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-12-03 15:12:47 +00:00
parent 8336d7a3ab
commit 32c4acfc8b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.28 $ -->
<!-- $Revision: 1.29 $ -->
<chapter xml:id="features.remote-files" xmlns="http://docbook.org/ns/docbook">
<title>Using remote files</title>
@ -11,7 +11,7 @@
used with the <function>include</function>,
<function>include_once</function>, <function>require</function> and
<function>require_once</function> statements (since PHP 5.2.0,
(<option>allow_url_include</option> must be enabled for these).
<option>allow_url_include</option> must be enabled for these).
See <xref linkend="wrappers"/> for more information about the protocols
supported by PHP.
</para>