diff options
Diffstat (limited to 'htmlreport')
| -rw-r--r-- | htmlreport/templates/plain.txt.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/htmlreport/templates/plain.txt.php b/htmlreport/templates/plain.txt.php index b800e9e..5e15595 100644 --- a/htmlreport/templates/plain.txt.php +++ b/htmlreport/templates/plain.txt.php @@ -11,6 +11,8 @@ echo "\n"; plain_line($data[6]); plain_line($data[0]); plain_line($data[4]); +echo "\n"; +echo date('c') . "\n"; function plain_line($datum) { |
