From 4b38adc52a9d9caa7aef354ca3bb03d5b5fa0eaf Mon Sep 17 00:00:00 2001 From: pricetx Date: Tue, 7 Jul 2015 12:33:29 +0000 Subject: [PATCH] Corrected element not loading using SSL/TLS --- web/includes/google_maps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/google_maps.php b/web/includes/google_maps.php index 385190c..e19a257 100644 --- a/web/includes/google_maps.php +++ b/web/includes/google_maps.php @@ -42,7 +42,7 @@ function printMap($type = 'main') if ($type == 'main') { - echo (''); + echo (''); } ?>