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:
Alejandro Fraguas 2019-08-20 14:29:47 +02:00
commit 4c3d705340
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];