mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2024-11-22 07:11:55 +00:00
Remove bogus trailing ;
This commit is contained in:
parent
85d776666e
commit
293441a503
@ -433,10 +433,10 @@ else:
|
||||
htmlfile = file("../../handbook/prospecting_guide.html", "w")
|
||||
|
||||
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:
|
||||
htmlfile.write("bg%s = false;\n" % maparea);
|
||||
htmlfile.write("//-->\n</script>\n");
|
||||
htmlfile.write("bg%s = false;\n" % maparea)
|
||||
htmlfile.write("//-->\n</script>\n")
|
||||
htmlfile.write("""
|
||||
<style type="text/css">
|
||||
.locn { font-size: x-small }
|
||||
|
Loading…
Reference in New Issue
Block a user