Update build.py

This commit is contained in:
Ivan Blinkov 2020-04-20 20:37:57 +03:00 committed by GitHub
parent 9d83a9dc3d
commit 73f978cb0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,7 +304,7 @@ def write_redirect_html(out_path, to_url):
except OSError:
pass
with open(out_path, 'w') as f:
f.write(f'''<!-- Redirect: {to_url} -->
f.write(f'''<!--[if IE 6]> Redirect: {to_url} <![endif]-->
<!DOCTYPE HTML>
<html lang="en-US">
<head>