[pLog-svn] r3706 - plog/trunk/class/test/helpers

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Jul 6 14:34:41 GMT 2006


Author: oscar
Date: 2006-07-06 14:34:40 +0000 (Thu, 06 Jul 2006)
New Revision: 3706

Modified:
   plog/trunk/class/test/helpers/htmlreporter.class.php
Log:
cosmetic changes


Modified: plog/trunk/class/test/helpers/htmlreporter.class.php
===================================================================
--- plog/trunk/class/test/helpers/htmlreporter.class.php	2006-07-06 14:33:18 UTC (rev 3705)
+++ plog/trunk/class/test/helpers/htmlreporter.class.php	2006-07-06 14:34:40 UTC (rev 3706)
@@ -24,10 +24,10 @@
 			        <h1>Test Report</h1>
 			        <table cols="4" border="1" width="100%">
 			        <thead style="text-align:left">
-			         <th>Group</th>
-			         <th>Test</th>
-			         <th>Status</th>
-			         <th>Message</th>
+			         <th width="20%">Group</th>
+			         <th width="20%">Test</th>
+			         <th width="10%">Status</th>
+			         <th width="50%">Message</th>
 			        </thead>
 			        <tbody>
 			      ');



More information about the pLog-svn mailing list