From 79e058a6b393c12fcddd41b167510411575cc23a Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sun, 24 Aug 2008 06:14:11 +0000 Subject: [PATCH] is_xhtml parameter is optional git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@265408 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/nl2br.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/strings/functions/nl2br.xml b/reference/strings/functions/nl2br.xml index 21c011ba72..85cffe4169 100644 --- a/reference/strings/functions/nl2br.xml +++ b/reference/strings/functions/nl2br.xml @@ -1,5 +1,5 @@ - + nl2br @@ -11,7 +11,7 @@ stringnl2br stringstring - boolis_xhtml + boolis_xhtml Returns string with '<br />' or @@ -105,7 +105,7 @@ This is my HTML document 5.3.0 - Added the is_xhtml parameter. + Added the optional is_xhtml parameter.