From 7417a77bd867dd1963b40863f9c04753f261c184 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 18 Aug 2001 10:01:23 +0000 Subject: [PATCH] WhiteSpace Fix, to use PEAR standars git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55309 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/url.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/url.xml b/functions/url.xml index dc092b7789..f717f0348a 100644 --- a/functions/url.xml +++ b/functions/url.xml @@ -1,4 +1,4 @@ - + URL Functions URLs @@ -243,7 +243,7 @@ echo '<a href="mycgi?foo=', urlencode($userinput), '">'; <function>urlencode/htmlentities</function> example -echo '<a href="mycgi?foo=', htmlentities (urlencode ($userinput) ), '">'; +echo '<a href="mycgi?foo=', htmlentities(urlencode($userinput)), '">';