Revision: 8ca578461bdd
Author:   Janne Härkönen <[email protected]>
Date:     Tue Jun 21 05:00:44 2011
Log:      fixed over-eager substitution
http://code.google.com/p/robotframework/source/detail?r=8ca578461bdd

Modified:
 /src/robot/webcontent/log.html
 /src/robot/webcontent/report.html

=======================================
--- /src/robot/webcontent/log.html      Tue Jun 21 03:15:11 2011
+++ /src/robot/webcontent/log.html      Tue Jun 21 05:00:44 2011
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/x-jquery-tmpl; charset=utf-8" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
 <META HTTP-EQUIV="Expires" CONTENT="-1">

=======================================
--- /src/robot/webcontent/report.html   Tue Jun 21 03:16:01 2011
+++ /src/robot/webcontent/report.html   Tue Jun 21 05:00:44 2011
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>
 <html>
 <head>
-<meta http-equiv="Content-Type" content="text/x-jquery-tmpl; charset=utf-8" />
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
 <META HTTP-EQUIV="Expires" CONTENT="-1">

Reply via email to