From 0c9e6f4635ebf61409c4e9d362ea6cd2b1f7b9d8 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Wed, 17 Dec 2003 17:13:17 +0000 Subject: [PATCH] whitespace fix or didou would kill me git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146670 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/rand.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/math/functions/rand.xml b/reference/math/functions/rand.xml index 8bbbe12307..75274ec68c 100644 --- a/reference/math/functions/rand.xml +++ b/reference/math/functions/rand.xml @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ echo rand() . "\n"; echo rand() . "\n"; -echo rand(5,15); +echo rand(5, 15); ?> ]]>