remmove skipline

This commit is contained in:
Jesús
2019-11-18 14:00:15 -05:00
parent 3d6152a737
commit a6ca00fe04

View File

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