From cc99c21bdabc9184229dca48ce0eb47e2f67722c Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Sat, 29 Mar 2014 21:53:57 +0000 Subject: [PATCH] Wrap parameter order note in tags git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333178 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/explode.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/reference/strings/functions/explode.xml b/reference/strings/functions/explode.xml index d6081b0723..b3f814dcdd 100644 --- a/reference/strings/functions/explode.xml +++ b/reference/strings/functions/explode.xml @@ -60,13 +60,15 @@ - - Although implode can, for historical reasons, - accept its parameters in either order, - explode cannot. You must ensure that the - delimiter argument comes before the - string argument. - + + + Although implode can, for historical reasons, + accept its parameters in either order, + explode cannot. You must ensure that the + delimiter argument comes before the + string argument. + +