diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-18 14:00:15 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-18 14:00:15 -0500 |
commit | a6ca00fe04eac287b4d522d727a2ad154a471961 (patch) | |
tree | db20b276681c6ebdb6bd14d18da31e6d16ff493e | |
parent | 3d6152a737af6394aa4f22eef4f96788be796439 (diff) | |
download | cl-a6ca00fe04eac287b4d522d727a2ad154a471961.tar.lz cl-a6ca00fe04eac287b4d522d727a2ad154a471961.tar.xz cl-a6ca00fe04eac287b4d522d727a2ad154a471961.zip |
remmove skipline
-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; |