[webkit-gtk] Bug: Youtube html email x utf8: possible workaround

Dâniel Fraga fragabr at gmail.com
Sat Nov 3 15:56:20 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=100384#c14

	Could you take a look at this bug report, mainly comment #14. I
think I found the problem:

    <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8=
">

The youtube notification sends the e-mail with a broken line, so webkit gtk 
gets confused about this tag. If I change it to (everything in one line):

    <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8=">

	it works. So is it a webkit gtk bug?

-- 
Linux 3.6.0: Terrified Chipmunk
http://www.youtube.com/DanielFragaBR


More information about the webkit-gtk mailing list