diff options
Diffstat (limited to 'html-test')
| -rw-r--r-- | html-test/ref/Bug280.html | 8 | ||||
| -rw-r--r-- | html-test/ref/Test.html | 2 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/html-test/ref/Bug280.html b/html-test/ref/Bug280.html index f154f300..92eb61b0 100644 --- a/html-test/ref/Bug280.html +++ b/html-test/ref/Bug280.html @@ -34,12 +34,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug280.html");};      ><div id="module-header"        ><table class="info"  	><tr -	  ><th +	  ><th valign="top"  	    >Copyright</th  	    ><td -	    >Foo, -           Bar, -           Baz</td +	    >Foo<br +         />Bar<br +         />Baz</td  	    ></tr  	  ><tr  	  ><th diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html index e493af28..a98b2228 100644 --- a/html-test/ref/Test.html +++ b/html-test/ref/Test.html @@ -33,7 +33,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");      ><div id="module-header"        ><table class="info"  	><tr -	  ><th +	  ><th valign="top"  	    >Copyright</th  	    ><td  	    >(c) Simon Marlow 2002</td | 
