diff --git a/ui/ui/admin/maps/routers.tpl b/ui/ui/admin/maps/routers.tpl index 0b0a46a0..c2a7271f 100644 --- a/ui/ui/admin/maps/routers.tpl +++ b/ui/ui/admin/maps/routers.tpl @@ -51,9 +51,9 @@ console.log(coordinates.split(",")) // Create a popup for the marker var popupContent = "Name: " + name + "
" + - "Info: " + info + "
" - "More Info • " + - "Get Direction
"; + "Info: " + info + "
" + + "More Info • " + + "Get Direction
"; // Add marker to map if (router.enabled == 1) {