We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d725153 commit 95deed6Copy full SHA for 95deed6
maptemplate.c
@@ -43,7 +43,7 @@
43
static inline void IGUR_sizet(size_t ignored) { (void)ignored; } /* Ignore GCC Unused Result */
44
static inline void IGUR_voidp(void* ignored) { (void)ignored; } /* Ignore GCC Unused Result */
45
46
-static char *olUrl = "http://www.mapserver.org/lib/OpenLayers-ms60.js";
+static char *olUrl = "//www.mapserver.org/lib/OpenLayers-ms60.js";
47
static char *olTemplate = \
48
"<html>\n"
49
"<head>\n"
0 commit comments