8000 BUG: Fix encoding by switching to UTF-8 · winpython/winpython.github.io@db7f6bc · GitHub
[go: up one dir, main page]

Skip to content

Commit db7f6bc

Browse files
committed
BUG: Fix encoding by switching to UTF-8
1 parent af1d27d commit db7f6bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
44
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
55
<head>
6-
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type" />
6+
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type" />
77
<link href="favicon.ico" rel="icon" />
88
<title>WinPython</title>
99
<link media="screen" href="css/screen.css" type="text/css" rel="stylesheet" />
@@ -73,7 +73,7 @@ <h2 id="portable">Portable or not, the choice is yours!</h2>
7373
</ul>
7474
That is exactly what the official Python installer would do to your machine: in other words, you can have it both ways!
7575
</div>
76-
<div id="footer">© Copyright 2009-2013, Pierre Raybaut; 2014 <a href="https://github.com/winpython/">The Winpython Developement Team</a>. Last updated 2014-10-18</div>
76+
<div id="footer">© Copyright 2009-2013, Pierre Raybaut; 2014 <a href="https://github.com/winpython/">The Winpython Developement Team</a>. Last updated 2014-10-18</div>
7777
</body>
7878
</html>
7979

0 commit comments

Comments
 (0)
0