enclose the "Additional comments" in pre-tags.

This commit is contained in:
Christoph Korn
2009-01-19 10:04:56 +01:00
committed by Alexander Nicolaysen Sørnes
parent 2c84adb726
commit 3da51ba02c

View File

@@ -528,8 +528,9 @@ class testData{
echo $this->shWhatDoesnt,"\n";
echo '<p><br><b>What was not tested</b><br>',"\n";
echo $this->shWhatNotTested,"\n";
echo '<p><br><b>Additional Comments</b><br>',"\n";
echo '<p><br><b>Additional Comments</b><br><pre>',"\n";
echo $this->sComments,"\n";
echo '</pre>',"\n";
}
function CreateTestTable()