diff options
| -rw-r--r-- | htmlreport/templates/plain.txt.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
