mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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[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 = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user