enclose the "Additional comments" in pre-tags.
This commit is contained in:
committed by
Alexander Nicolaysen Sørnes
parent
2c84adb726
commit
3da51ba02c
@@ -528,8 +528,9 @@ class testData{
|
|||||||
echo $this->shWhatDoesnt,"\n";
|
echo $this->shWhatDoesnt,"\n";
|
||||||
echo '<p><br><b>What was not tested</b><br>',"\n";
|
echo '<p><br><b>What was not tested</b><br>',"\n";
|
||||||
echo $this->shWhatNotTested,"\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 $this->sComments,"\n";
|
||||||
|
echo '</pre>',"\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
function CreateTestTable()
|
function CreateTestTable()
|
||||||
|
|||||||
Reference in New Issue
Block a user