From 2ce12bbb7cc3f215df93e113fc81b4f6e415a4d7 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 31 Oct 2011 21:05:50 +0100 Subject: [PATCH] align date --- htmlreport/templates/plain.txt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlreport/templates/plain.txt.php b/htmlreport/templates/plain.txt.php index fbf7a9d..5afc8fe 100644 --- a/htmlreport/templates/plain.txt.php +++ b/htmlreport/templates/plain.txt.php @@ -12,7 +12,7 @@ plain_line($data[6]); plain_line($data[0]); plain_line($data[4]); echo "\n"; -echo date('c') . "\n"; +echo ' ' . date('c') . "\n"; function plain_line($datum) { -- 2.30.2