Skip to content
Permalink
Browse files
add content encoding to OL template
  • Loading branch information
github-actions[bot] committed Aug 7, 2020
1 parent 74ae370 commit 9236ef6
Showing 1 changed file with 1 addition and 0 deletions.
@@ -47,6 +47,7 @@ static char *olUrl = "//www.mapserver.org/lib/OpenLayers-ms60.js";
static char *olTemplate = \
"<html>\n"
"<head>\n"
"<meta content=\"text/html;charset=utf-8\" http-equiv=\"Content-Type\">\n"
" <title>MapServer Simple Viewer</title>\n"
" <script type=\"text/javascript\" src=\"[openlayers_js_url]\"></script>\n"
" </head>\n"

0 comments on commit 9236ef6

Please sign in to comment.