Revision: 80a411ab07da
Author: Pekka Klärck
Date: Sun Nov 20 14:03:25 2011
Log: Report and log: Put Content-Type before other meta elements as
suggested at http://www.joelonsoftware.com/articles/Unicode.html
http://code.google.com/p/robotframework/source/detail?r=80a411ab07da
Modified:
/src/robot/webcontent/log.html
/src/robot/webcontent/report.html
=======================================
--- /src/robot/webcontent/log.html Fri Sep 30 00:45:25 2011
+++ /src/robot/webcontent/log.html Sun Nov 20 14:03:25 2011
@@ -1,10 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Generator" content="[Robot Framework template]">
<link rel="stylesheet" type="text/css" href="log.css" media="all">
<link rel="stylesheet" type="text/css" href="common.css" media="all">
=======================================
--- /src/robot/webcontent/report.html Fri Sep 30 04:17:32 2011
+++ /src/robot/webcontent/report.html Sun Nov 20 14:03:25 2011
@@ -1,10 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
-<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Generator" content="[Robot Framework template]">
<link rel="stylesheet" type="text/css" href="common.css" media="all">
<link rel="stylesheet" type="text/css" href="report.css" media="all">