Index: nnweb.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/nnweb.el,v retrieving revision 7.18 diff -c -r7.18 nnweb.el *** nnweb.el 24 Feb 2006 22:53:40 -0000 7.18 --- nnweb.el 4 Apr 2006 17:35:53 -0000 *************** *** 415,421 **** (goto-char (point-min)) (incf i 100) (if (or (not (re-search-forward ! "\"]+\\)\">= i nnweb-max-hits)) (setq more nil) --- 415,421 ---- (goto-char (point-min)) (incf i 100) (if (or (not (re-search-forward ! "\" \n\t]+\\)[^<]*]+next" nil t)) (>= i nnweb-max-hits)) (setq more nil)