diff --git a/include/functions_notification.inc.php b/include/functions_notification.inc.php index a69bd4211..c7f3fdc49 100644 --- a/include/functions_notification.inc.php +++ b/include/functions_notification.inc.php @@ -534,7 +534,9 @@ function get_html_description_recent_post_date($date_detail) foreach($date_detail['elements'] as $element) { $tn_src = get_thumbnail_url($element); - $description .= ''; + $description .= ''; } $description .= '...
';