goba Sat Aug 18 06:01:23 2001 EDT
Modified files:
/phpdoc/en/functions url.xml
Log:
WhiteSpace Fix, to use PEAR standars
Index: phpdoc/en/functions/url.xml
diff -u phpdoc/en/functions/url.xml:1.14 phpdoc/en/functions/url.xml:1.15
--- phpdoc/en/functions/url.xml:1.14 Sat Aug 18 05:59:47 2001
+++ phpdoc/en/functions/url.xml Sat Aug 18 06:01:23 2001
@@ -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 @@
<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>