Remove bogus trailing ;

This commit is contained in:
olly
2015-06-20 10:44:17 +12:00
parent 85d776666e
commit 293441a503

View File

@@ -433,10 +433,10 @@ else:
htmlfile = file("../../handbook/prospecting_guide.html", "w") 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("<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)
htmlfile.write("//-->\n</script>\n"); htmlfile.write("//-->\n</script>\n")
htmlfile.write(""" htmlfile.write("""
<style type="text/css"> <style type="text/css">
.locn { font-size: x-small } .locn { font-size: x-small }