bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24831: shr mangling messages


From: Katsumi Yamaoka
Subject: bug#24831: shr mangling messages
Date: Tue, 01 Nov 2016 10:39:12 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (i686-pc-cygwin)

On Mon, 31 Oct 2016 10:45:58 +0800, Dan Jacobson wrote:
> Gentelmen, the "shr" program is mangling messages.

I found the cause of the problem that shr does not display the
"Hi, you have a new email..."
statement contained in the example message.  That is, the message
has a table in which the td element is omitted or lost.  Here is
a simplified html form (try `M-x shr-render-region RET' on it):

--8<---------------cut here---------------start------------->8---
<html>
  <body>
    <table>
      <tr>
<!--td-->
        <table>
          <tr>
            <td>
              Hi, you have a new email
            </td>
          </tr>
        </table>
<!--/td-->
      </tr>
    </table>
  </body>
</html>
--8<---------------cut here---------------end--------------->8---

> True, the HTML might not be perfect, but at least Chromium, Firefox,
> etc. show it fine.

Yes, what is bad is the html message, but shr should show it.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]