diff --git a/ui/app/views/hintbox.eventlist.php b/ui/app/views/hintbox.eventlist.php index c08ef670c67..aea861cb194 100644 --- a/ui/app/views/hintbox.eventlist.php +++ b/ui/app/views/hintbox.eventlist.php @@ -190,7 +190,7 @@ if (array_key_exists('problems', $data)) { )) ->addClass(ZBX_STYLE_NOWRAP), $problem_update_link, - ($data['show_tags'] != SHOW_TAGS_NONE) ? $tags[$problem['eventid']] : null + ($data['show_tags'] != SHOW_TAGS_NONE) ? (new CDiv($tags[$problem['eventid']]))->addClass(ZBX_STYLE_TAGS_WRAPPER) : null ])); }