diff --git a/include/functions_notification.inc.php b/include/functions_notification.inc.php index 885dba6e6..dc955ec20 100644 --- a/include/functions_notification.inc.php +++ b/include/functions_notification.inc.php @@ -522,7 +522,7 @@ function get_html_description_recent_post_date($date_detail) { global $conf; - $description = ''; + $description = ''; + $description .= ''; + return $description; } diff --git a/template/yoga/mail/text/html/notification_by_mail.tpl b/template/yoga/mail/text/html/notification_by_mail.tpl index ae3708f41..52627ebe4 100644 --- a/template/yoga/mail/text/html/notification_by_mail.tpl +++ b/template/yoga/mail/text/html/notification_by_mail.tpl @@ -51,7 +51,7 @@
{foreach from=$recent_posts item=recent_post }

{$recent_post.TITLE}

- + {$recent_post.HTML_DATA} {/foreach} {/if}