Merge branch 'ent-4352-Evento-con-intructions-no-las-muestra-como-enlaces' into 'develop'
Ent 4352 evento con intructions no las muestra como enlaces See merge request artica/pandorafms!2630
This commit is contained in:
commit
4c3d705340
|
@ -4160,7 +4160,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…
Reference in New Issue