On Sun, 25 Apr 2010 15:37:41 +0200
Julien Valroff <jul...@kirya.net> wrote:

> Hi,
> 
Hallo Julien,


> There is a typo in the last commit
> 3659ebb7d70026b27fccc6fad6118767db5b0811, here is a patch to fix it:
> 
> --- a/webui/cgi-bin/dspam.cgi
> +++ b/webui/cgi-bin/dspam.cgi
> @@ -516,7 +516,7 @@ sub DisplayHistory {
>      $from =~ s/"/&quot;/g;
>      $from =~ s/'/&#39;/g;      # MSIE doesn't know "&apos;"
>  
> -    $subject =~ s/&/&amp;/g/;
> +    $subject =~ s/&/&amp;/g;
>      $subject =~ s/</&lt;/g;
>      $subject =~ s/>/&gt;/g;
>      $subject =~ s/"/&quot;/g;
> 
thanks. It is fixed now in GIT.

> Cheers,
> Julien
> 
-- 
Kind Regards from Switzerland,

Stevan Bajić

------------------------------------------------------------------------------
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to