From 5ab116dab44534f8179dbaa7c2ff955f5128c982 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Thu, 12 Jun 2008 18:22:33 +0200 Subject: [PATCH] [svn r273] added html header to web statistics --- tests/makewebstatistics.d | 3 ++- tests/web/index.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/makewebstatistics.d b/tests/makewebstatistics.d index a8c15d71..596ed140 100644 --- a/tests/makewebstatistics.d +++ b/tests/makewebstatistics.d @@ -482,6 +482,7 @@ int main(char[][] args){ BufferedFile index = new BufferedFile(std.path.join(basedir, "index.html"), FileMode.Out); scope(exit) index.close(); index.writefln(` + @@ -515,7 +516,7 @@ int main(char[][] args){ index.writef(cast(char[])std.file.read(statsname)); } - index.writefln(`
`); + index.writefln(``); return 0; } diff --git a/tests/web/index.html b/tests/web/index.html index cbc90bc8..060f4cde 100644 --- a/tests/web/index.html +++ b/tests/web/index.html @@ -1,4 +1,5 @@ + @@ -109,4 +110,4 @@ -
302 757
+