aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2011-03-03 11:06:22 +0100
committerMatěj Cepl <mcepl@redhat.com>2011-03-03 11:06:22 +0100
commit9a5a260600f2d544f93e6574858e846788baf281 (patch)
tree7f569507ae46d72a9c789ea359982e385e057426 /lib
parent3b316c60bb97482b013d820c96f748ec3d4f2c0d (diff)
parent6f7b2a92ea1c8c93b8599ea7e1633e4a4de9c2d6 (diff)
downloadbugzilla-triage-9a5a260600f2d544f93e6574858e846788baf281.tar.gz
Merge branch 'logging' into next
Diffstat (limited to 'lib')
-rw-r--r--lib/logger.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/logger.js b/lib/logger.js
index 94f7031..08ef87a 100644
--- a/lib/logger.js
+++ b/lib/logger.js
@@ -80,7 +80,9 @@ function timeSheetRecordsPrinter(records) {
// sort the records into temporary array
var tmpArr = [];
var outStr = '<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">' +
- "<html><head><title>Status report</title></head><body>" +
+ "<html><head>\n"+
+ "<meta http-equiv='Content-type' content='text/html;charset=utf-8'/>\n"+
+ "<title>Status report</title>\n</head>\n<body>\n" +
"<h1>TimeSheet</h1>\n";
for (var i in records) {