mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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:
commit
ffb58e93af
@ -196,7 +196,7 @@ switch ($opt) {
|
|||||||
'icon_path' => $config["homeurl"] . '/' . $icon,
|
'icon_path' => $config["homeurl"] . '/' . $icon,
|
||||||
'icon_width' => $icon_width,
|
'icon_width' => $icon_width,
|
||||||
'icon_height' => $icon_height,
|
'icon_height' => $icon_height,
|
||||||
'name' => $row['nombre'],
|
'name' => io_safe_output($row['nombre']),
|
||||||
'status' => $status,
|
'status' => $status,
|
||||||
'stored_longitude' => $row['stored_longitude'],
|
'stored_longitude' => $row['stored_longitude'],
|
||||||
'stored_latitude' => $row['stored_latitude'],
|
'stored_latitude' => $row['stored_latitude'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user