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)), '">';