From beb0a1b34e617e367787746a135071df82db3483 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Tue, 27 Aug 2002 19:21:36 +0000 Subject: [PATCH] Correcting entity error reported by xsltproc git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93840 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mail/functions/mail.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/mail/functions/mail.xml b/reference/mail/functions/mail.xml index 7af2cbee8c..110d44ad38 100644 --- a/reference/mail/functions/mail.xml +++ b/reference/mail/functions/mail.xml @@ -1,5 +1,5 @@ - + @@ -184,7 +184,7 @@ mail($to, $subject, $message, $headers); The to parameter cannot be an address - in the form of "Something <someone@somewhere.com>". The + in the form of "Something <someone@somewhere.com>". The mail command will not parse this properly while talking with the MTA.