aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
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) {