enclose the "Additional comments" in pre-tags.

Christoph Korn c_korn at gmx.de
Mon Jan 19 03:04:56 CST 2009


---
 include/testData.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/testData.php b/include/testData.php
index 0183040..3b2fe55 100644
--- a/include/testData.php
+++ b/include/testData.php
@@ -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()
-- 
1.5.6.3


--------------070604050207040307070509--



More information about the wine-patches mailing list