changeset 111858:56410560bc86

shr.el (shr-tag-script): Ignore <script>.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Thu, 09 Dec 2010 10:43:50 +0000
parents b8a431283d07
children 13af1c91c5a2
files lisp/gnus/ChangeLog lisp/gnus/shr.el
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Thu Dec 09 06:40:56 2010 +0000
+++ b/lisp/gnus/ChangeLog	Thu Dec 09 10:43:50 2010 +0000
@@ -1,3 +1,7 @@
+2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+	* shr.el (shr-tag-script): Ignore <script>.
+
 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* shr.el (shr-image-displayer): Work for images lined side by side.
--- a/lisp/gnus/shr.el	Thu Dec 09 06:40:56 2010 +0000
+++ b/lisp/gnus/shr.el	Thu Dec 09 10:43:50 2010 +0000
@@ -641,6 +641,9 @@
 (defun shr-tag-style (cont)
   )
 
+(defun shr-tag-script (cont)
+  )
+
 (defun shr-tag-p (cont)
   (shr-ensure-paragraph)
   (shr-indent)