From 99fde023894b24fcabe3f98bffbf602c0b072664 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Mon, 6 Mar 2017 12:02:11 +0100 Subject: [PATCH] Removed html ent from gis map. Ticket #450 --- pandora_console/operation/gis_maps/ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/gis_maps/ajax.php b/pandora_console/operation/gis_maps/ajax.php index 74f669cd96..10038ceb4c 100644 --- a/pandora_console/operation/gis_maps/ajax.php +++ b/pandora_console/operation/gis_maps/ajax.php @@ -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'],