Default character encoding is now UTF-8

This commit is contained in:
Dan Hansen and Davis W. Frank
2013-03-04 16:24:21 -08:00
parent e6e8908f49
commit 538b32e401
2 changed files with 3 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Jasmine Spec Runner v<%= jasmineVersion %></title>
<link rel="shortcut icon" type="image/png" href="lib/jasmine-<%= jasmineVersion %>/jasmine_favicon.png">

View File

@@ -1,6 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!DOCTYPE HTML>
<head>
<title>Jasmine Spec Runner: Jasmine Core</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">