diff options
-rw-r--r-- | content/vendor/form-comments/commentsubmit.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/content/vendor/form-comments/commentsubmit.php b/content/vendor/form-comments/commentsubmit.php index 710febc..fefd7e3 100644 --- a/content/vendor/form-comments/commentsubmit.php +++ b/content/vendor/form-comments/commentsubmit.php @@ -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; |