WhiteSpace Fix, to use PEAR standars

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55309 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2001-08-18 10:01:23 +00:00
parent 4e1895a823
commit 7417a77bd8

View file

@ -1,4 +1,4 @@
<!-- $Revision: 1.14 $ -->
<!-- $Revision: 1.15 $ -->
<reference id="ref.url">
<title>URL Functions</title>
<titleabbrev>URLs</titleabbrev>
@ -243,7 +243,7 @@ echo '&lt;a href="mycgi?foo=', urlencode($userinput), '">';
<example>
<title><function>urlencode/htmlentities</function> example</title>
<programlisting role="php">
echo '&lt;a href="mycgi?foo=', htmlentities (urlencode ($userinput) ), '">';
echo '&lt;a href="mycgi?foo=', htmlentities(urlencode($userinput)), '">';
</programlisting>
</example>
</para>