websec-users
[Top][All Lists]
Advanced

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

Re: [WebSec-users] Links in TABLE tags


From: Baruch Even
Subject: Re: [WebSec-users] Links in TABLE tags
Date: Thu, 26 Jun 2003 09:21:23 +0300
User-agent: Mutt/1.5.4i

If it works for several peoples with no problem I'll apply it. It is
probably safe to assume that most users use a browser that knows what
<span> is.

I've uploaded a new snapshot release with this fixed and the initial
support of HTML::Diff.

Baruch

* Simon Lindsay <address@hidden> [030626 09:01]:
> 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 DEFANGED_BGCOLOR="$hicolor">" . $token .
> "</TD></TR></TABLE>";
> +                    "<DEFANGED_span style=\"background-color: $hicolor\">" .
> $token . "<
> /span>";
>              $changeStatus = 1;
>          }
>      }




reply via email to

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