aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/functions_html.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php
index 5b6a5079b..f4eade57f 100644
--- a/include/functions_html.inc.php
+++ b/include/functions_html.inc.php
@@ -585,6 +585,7 @@ function get_thumbnail_title($info, $title, $comment)
if (!empty($comment))
{
+ $info['comment'] = trigger_event('render_element_description', $info['comment']);
$title.= ' '.substr($info['comment'], 0, 100).(strlen($info['comment']) > 100 ? '...' : '');
}