From ae6c3b5f3151ab577558d809f817dd121ca9aab0 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 21 Jul 2008 13:43:44 +0000 Subject: [PATCH] Fix img-reorder regression introduced with my last commit. Some tags were terminated too soon, letting the browser render some of their arguments as text. Oops. --- default.filter | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/default.filter b/default.filter index 2a791f3d..9476c048 100644 --- a/default.filter +++ b/default.filter @@ -2,7 +2,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.filter,v $ # -# $Id: default.filter,v 1.63 2008/06/27 12:53:41 fabiankeil Exp $ +# $Id: default.filter,v 1.64 2008/07/12 15:49:09 fabiankeil Exp $ # # Purpose : Rules to process the content of web pages # @@ -226,7 +226,7 @@ FILTER: img-reorder Reorder attributes in tags to make the banners-by-* fi s|]*) src\s*=\s*(['"])([^>\\\2]+)\2|]*) src\s*=\s*([^'">\\\s]+)|\\\\2]*\2\|[^'">\\\s]+?))([^>]*)\s+width\s*=\s*((["']?)\d+?\5[\s>])|\\\\2]*\2\|[^'">\\\s]+?))([^>]*)\s+width\s*=\s*((["']?)\d+?\5)(?=[\s>])|', +# as those usually indicate onclick nonsense. +# Problem and solution reported by Glenn Washburn in #2014552. +# - While at it, don't use more groups than necessary. +# # Revision 1.63 2008/06/27 12:53:41 fabiankeil # Make sure the taggers css-requests and image-requests # only match at the beginning of the header. -- 2.39.2