* shr.el (shr-dom-to-xml): Fixed function call.
authorRüdiger Sonderfeld <ruediger@c-plusplus.de>
Sun, 16 Jun 2013 15:30:45 +0000 (17:30 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Jun 2013 15:30:45 +0000 (17:30 +0200)
lisp/ChangeLog
lisp/shr.el

index 551d360..03c69d0 100644 (file)
@@ -1,5 +1,7 @@
 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
 
+       * shr.el (shr-dom-to-xml): Fixed function call.
+
        * eww.el (eww): New group.
        (eww-header-line-format): New custom variable.
        (eww-current-title): New variable.
index 7f79e1a..fae1742 100644 (file)
@@ -920,7 +920,7 @@ ones, in case fg and bg are nil."
     (dolist (sub (cdr dom))
       (cond
        ((listp (cdr sub))
-        (setq text (concat text (dom-to-text sub))))
+        (setq text (concat text (shr-dom-to-xml sub))))
        ((eq (car sub) 'text)
         (setq text (concat text (cdr sub))))
        (t