# HG changeset patch # User ChristianK # Date 1213287753 -7200 # Node ID 26127a48bc0963baa465a3793b965401fc4567ba # Parent 4d14a1c84be793e153da3dfd76414ff24ff3b2c4 [svn r273] added html header to web statistics diff -r 4d14a1c84be7 -r 26127a48bc09 tests/makewebstatistics.d --- a/tests/makewebstatistics.d Thu Jun 12 18:19:54 2008 +0200 +++ b/tests/makewebstatistics.d Thu Jun 12 18:22:33 2008 +0200 @@ -482,6 +482,7 @@ BufferedFile index = new BufferedFile(std.path.join(basedir, "index.html"), FileMode.Out); scope(exit) index.close(); index.writefln(` + @@ -515,7 +516,7 @@ index.writef(cast(char[])std.file.read(statsname)); } - index.writefln(`
`); + index.writefln(``); return 0; } diff -r 4d14a1c84be7 -r 26127a48bc09 tests/web/index.html --- a/tests/web/index.html Thu Jun 12 18:19:54 2008 +0200 +++ b/tests/web/index.html Thu Jun 12 18:22:33 2008 +0200 @@ -1,4 +1,5 @@ + @@ -109,4 +110,4 @@ -
302 757
+