mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-03-21 17:51:57 +00:00
Declare prospectoing guide page to be UTF-8
This commit is contained in:
parent
e7f536cfb7
commit
8ca836e5ec
@ -437,7 +437,7 @@ if showbg:
|
|||||||
else:
|
else:
|
||||||
htmlfile = file("../../handbook/prospecting_guide.html", "w")
|
htmlfile = file("../../handbook/prospecting_guide.html", "w")
|
||||||
|
|
||||||
htmlfile.write("<html><head><title>Prospecting Guide</title>\n")
|
htmlfile.write("<html><head><meta http-equiv=\"Content-type\" content=\"text/html;charset=UTF-8\"><title>Prospecting Guide</title>\n")
|
||||||
htmlfile.write("<script lang=\"Javascript\"><!--\n");
|
htmlfile.write("<script lang=\"Javascript\"><!--\n");
|
||||||
for maparea in mapcodes:
|
for maparea in mapcodes:
|
||||||
htmlfile.write("bg%s = false;\n" % maparea);
|
htmlfile.write("bg%s = false;\n" % maparea);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user