Removed incorrect line from contact form docs.

From disqus comments.
This commit is contained in:
Will Rossiter 2013-01-08 18:17:38 +08:00
parent b63e55a77a
commit a8904e3de0

View File

@ -72,7 +72,6 @@ Now that we have a contact form, we need some way of collecting the data submitt
$messageBody = "
<p><strong>Name:</strong> {$data['Name']}</p>
<p><strong>Website:</strong> {$data['Website']}</p>
<p><strong>Message:</strong> {$data['Message']}</p>
";
$email->setBody($messageBody);