Show html tags in instructions - #4352
This commit is contained in:
parent
28e562a2f7
commit
c591dd4260
|
@ -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 = [];
|
||||||
|
|
Loading…
Reference in New Issue