From a8904e3de01be4a99adc48e676f46c65fb0d4061 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 8 Jan 2013 18:17:38 +0800 Subject: [PATCH] Removed incorrect line from contact form docs. From disqus comments. --- docs/en/howto/simple-contact-form.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/howto/simple-contact-form.md b/docs/en/howto/simple-contact-form.md index f785270ff..d29730f2c 100644 --- a/docs/en/howto/simple-contact-form.md +++ b/docs/en/howto/simple-contact-form.md @@ -72,7 +72,6 @@ Now that we have a contact form, we need some way of collecting the data submitt $messageBody = "

Name: {$data['Name']}

-

Website: {$data['Website']}

Message: {$data['Message']}

"; $email->setBody($messageBody);