# 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.filter,v $
 # 
-#  $Id: default.filter,v 1.11.2.1 2002/07/26 15:18:26 oes Exp $
+#  $Id: default.filter,v 1.11.2.2 2002/08/01 11:20:13 oes Exp $
 #
 #  Purpose     :  Rules to process the content of web pages
 # 
 #################################################################################
 FILTER: popups Kill all popups in JS and HTML
 
-s/([\n =;{}]|window\.)open\s*\\?\(/$1concat(/ig     # JavaScript
-s/ target\s*=\s*(['"]?)(_blank|_new)\1?/notarget/ig # HTML
+s/([\n =;{}]|window\.)open\s*\\?\(/$1concat(/ig      # JavaScript
+s/ target\s*=\s*(['"]?)(_blank|_new)\1?/ notarget/ig # HTML
 
 
 #################################################################################
 #
 #  Revisions   :
 #     $Log: default.filter,v $
+#     Revision 1.11.2.2  2002/08/01 11:20:13  oes
+#     Fixed bugs 587802, 577802 and an unreported one
+#
 #     Revision 1.11.2.1  2002/07/26 15:18:26  oes
 #     - All filters reviewed and many shorcomings fixed
 #     - New filters: img-reorder, banners-by-link and js-events