+2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
+
+ * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
+
2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
Fix up some byte-compiler warnings.
(gnus-overlay-put overlay 'gnus-button-url url)
(when gnus-article-mouse-face
(gnus-overlay-put overlay 'mouse-face gnus-article-mouse-face)))))
+ ;; The upper-case IMG_ALT is apparently just an artifact that
+ ;; should be deleted.
+ ((equal tag "IMG_ALT")
+ (delete-region start end))
;; Whatever. Just ignore the tag.
(t
))