mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
4e1895a823
commit
7417a77bd8
1 changed files with 2 additions and 2 deletions
|
@ -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 '<a href="mycgi?foo=', urlencode($userinput), '">';
|
|||
<example>
|
||||
<title><function>urlencode/htmlentities</function> example</title>
|
||||
<programlisting role="php">
|
||||
echo '<a href="mycgi?foo=', htmlentities (urlencode ($userinput) ), '">';
|
||||
echo '<a href="mycgi?foo=', htmlentities(urlencode($userinput)), '">';
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue