aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_notification.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions_notification.inc.php')
-rw-r--r--include/functions_notification.inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/functions_notification.inc.php b/include/functions_notification.inc.php
index 2f6d16ed3..7e630439c 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 = '<ul>';
$description .=
'<li>'
@@ -564,6 +564,8 @@ function get_html_description_recent_post_date($date_detail)
}
$description .= '</ul>';
+ $description .= '</ul>';
+
return $description;
}