diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2011-10-31 21:05:50 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2011-10-31 21:05:50 +0100 |
| commit | 2ce12bbb7cc3f215df93e113fc81b4f6e415a4d7 (patch) | |
| tree | 08694e5e0e1dc2693c9749692682eecf372237a6 | |
| parent | aae088d05350f5752332cf27cd2166bcbe94b8c7 (diff) | |
| download | usb-wde1-tools-2ce12bbb7cc3f215df93e113fc81b4f6e415a4d7.tar.gz usb-wde1-tools-2ce12bbb7cc3f215df93e113fc81b4f6e415a4d7.zip | |
align date
| -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) { |
