On 4/18/06, Tels nospam-abuse@bloodgate.com wrote:
Moin Karl,
On Tuesday 18 April 2006 20:09, Karl-Otto Kirst wrote:
On 18/04/06, Karl-Otto Kirst post@karl-kirst.de wrote:
How do I ad a block for "<div style="display:none">"?
Thanks for the advice. Meanwhile I am using:
$wgSpamRegex="/overflow\s*:\s*auto/i"; $wgSpamRegex="/display:none/";
make that "/display\s*:\s*none/i" to catch things like "display : None" :)
He still needs to combine them into a single regex
$wgSpamRegex="/overflow\s*:\s*auto|display\s*:\s*none/i";
-- Rick DeNatale
Visit the Project Mercury Wiki Site http://www.mercuryspacecraft.com/