Show html tags in instructions - #4352

This commit is contained in:
Tatiana Llorente 2019-08-01 13:11:50 +02:00
parent 28e562a2f7
commit c591dd4260
1 changed files with 1 additions and 1 deletions

View File

@ -4156,7 +4156,7 @@ function events_page_details($event, $server='')
$data = []; $data = [];
$data[0] = __('Instructions'); $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; $table_details->data[] = $data;
$data = []; $data = [];