remmove skipline

This commit is contained in:
Jesús 2019-11-18 14:00:15 -05:00
parent 3d6152a737
commit a6ca00fe04
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -53,12 +53,12 @@ EOT;
$email_body = <<<EOT
Haz recibido un nuevo comentario del formulario de tu sitio web.\n\n
Aqui estan los detalles:\n\n
post_id: {$postID}\n
Author: {$name}\n
Date: {$publish}\n
Email: {$email_address}\n
Slug: {$slug}\n
Web: {$link}\n\n
post_id: {$postID}
Author: {$name}
Date: {$publish}
Email: {$email_address}
Slug: {$slug}
Web: {$link}\n
{$comment}
EOT;