From 4f525794bfa4eae463ba6b2afdc0c447bdb1b8b3 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 20 Jun 2014 09:46:13 +0000 Subject: [PATCH] Remove a stray '1' in the 'html-annoyances' filter Regression tests for the win. --- default.filter | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.filter b/default.filter index 8195747a..3f63e99b 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.89 2014/05/05 09:48:55 fabiankeil Exp $ +# $Id: default.filter,v 1.90 2014/05/05 09:59:51 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -144,7 +144,7 @@ FILTER: html-annoyances Get rid of particularly annoying HTML abuse. # s/(]+resizable=)(['"]?)(?:no|0)\2/$1$2yes$2/igU s/(]+location=)(['"]?)(?:no|0)\2/$1$2yes$2/igU -s/(]+status=)(['"]?)(?:no|0)\2/$1$2yes1$2/igU +s/(]+status=)(['"]?)(?:no|0)\2/$1$2yes$2/igU s/(]+scrolling=)(['"]?)(?:no|0)\2/$1$2auto$2/igU s/(]+menubar=)(['"]?)(?:no|0)\2/$1$2yes$2/igU -- 2.39.2