Skip to content

Commit

Permalink
Builder: Generated HTML pages use UTF-8 encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 28, 2015
1 parent bffa87f commit 5c5691e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distrib/autobuild.py
Expand Up @@ -264,6 +264,7 @@ def write_index_html(tag):
ev = builder.Event(tag)
f = file(ev.file_path('index.html'), 'wt')
print >> f, "<html><head>"
print >> f, '<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">'
print >> f, "<title>Build %i</title>" % ev.number()
print >> f, "<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700' rel='stylesheet' type='text/css'>"
print >> f, "<link href='../../build.css' rel='stylesheet' type='text/css'>"
Expand Down

0 comments on commit 5c5691e

Please sign in to comment.