changeset 1030:6c80930a0050

added DMD-0.158 results
author thomask
date Sun, 28 May 2006 07:38:41 +0000
parents aab96ff8d6cd
children 230884fb9d6e
files log.d
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/log.d	Fri May 26 18:15:10 2006 +0000
+++ b/log.d	Sun May 28 07:38:41 2006 +0000
@@ -770,7 +770,7 @@
 		stream.writeLine("<head><title>DStress Report</title><link rel='stylesheet' type='text/css' href='formate.css' /><meta name='author' content='Thomas K&#252;hne' /><meta name='date' content='"~dateString()~"' /></head>");
 		stream.writeLine("<body><center><h1>DStress Report</h1></center>");
 		stream.writeLine("<h2><a name='note' id='note'></a>Note</h2>");
-		stream.writeLine("<blockquote><p>A detailed description of the testing and the used symbols can be found on the <a href='./dstress.html'>main page</a>.<p></blockquote>");
+		stream.writeLine("<blockquote><p>A detailed description of the testing and the used symbols can be found on the <a href='./dstress.html'>main page</a>.</p></blockquote>");
 		stream.writeLine("<h2><a name='summary' id='summary'></a>Summary</h2>");
 
 		stream.writeLine("<table border='1' summary='nummeric summary of the test results'>");
@@ -788,6 +788,7 @@
 				}
 				versionHeader ~= "<th><a href='./" ~ cleanFileName(l.id) ~ ".html'>"~replace(name, "_", " ")~"</a></th>";
 			}
+			versionHeader ~= "</tr>";
 			stream.writeLine("\t"~versionHeader);
 		}