websec-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[WebSec-users] Re: WebSec-users Digest, Vol 3, Issue 3


From: Simon Lindsay
Subject: [WebSec-users] Re: WebSec-users Digest, Vol 3, Issue 3
Date: 26 Jun 2003 08:01:18 +0930

On Sun, 2003-06-29 at 01:47, David Bullock wrote:
> I've modified mine to use span tags instead of table tags, and that has 
> solved the problem for me.

Ahah.. good idea ;-)

> I'm not a programmer, or else I'd send a patch.  It's VERY easy to 
> change though.  It's in webdiff.

See below.

--- webdiff.old Thu Jun 26 08:01:02 2003
+++ webdiff     Thu Jun 26 07:51:52 2003
@@ -287,8 +287,7 @@
                 $token = "###>>>". $token ."<<<###";
             }
             $token =
-                    "<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0><TR>".
-                    "<TD BGCOLOR=$hicolor>" . $token .
"</TD></TR></TABLE>";
+                    "<span style=\"background-color: $hicolor\">" .
$token . "<
/span>";
             $changeStatus = 1;
         }
     }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]