From 1e52f19429f906ab8ca6896aef99681dd648db7c Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 17 Mar 2011 00:41:26 +0100 Subject: Let's be cool and use HTML5. Also hopefully encoding will actually work. --- lib/logger.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/logger.js') diff --git a/lib/logger.js b/lib/logger.js index 08ef87a..07f42ba 100644 --- a/lib/logger.js +++ b/lib/logger.js @@ -79,9 +79,9 @@ function timeSheetRecordsPrinter(records) { var commentBugRE = new RegExp("[bB]ug\\s+([0-9]+)","g"); // sort the records into temporary array var tmpArr = []; - var outStr = '' + + var outStr = '' + "\n"+ - "\n"+ + "\n"+ "Status report\n\n\n" + "

TimeSheet

\n"; -- cgit