Show html tags in instructions -

This commit is contained in:
Tatiana Llorente 2019-08-01 13:11:50 +02:00
parent 28e562a2f7
commit c591dd4260

@ -4156,7 +4156,7 @@ function events_page_details($event, $server='')
$data = [];
$data[0] = __('Instructions');
$data[1] = events_display_instructions($event['event_type'], $event, true);
$data[1] = html_entity_decode(events_display_instructions($event['event_type'], $event, true));
$table_details->data[] = $data;
$data = [];