Merge branch '450-html_ent_gis_map' into 'pandora_6.0'

Removed html ent from gis map. Ticket #450

See merge request !229
This commit is contained in:
vgilc 2017-03-06 12:55:51 +01:00
commit ffb58e93af

View File

@ -196,7 +196,7 @@ switch ($opt) {
'icon_path' => $config["homeurl"] . '/' . $icon,
'icon_width' => $icon_width,
'icon_height' => $icon_height,
'name' => $row['nombre'],
'name' => io_safe_output($row['nombre']),
'status' => $status,
'stored_longitude' => $row['stored_longitude'],
'stored_latitude' => $row['stored_latitude'],