]> git.eshelyaron.com Git - emacs.git/commit
Don't render XML declaration of an HTML document (bug#44348)
authorStephen Berman <Stephen.Berman@gmx.net>
Mon, 2 Nov 2020 22:24:20 +0000 (23:24 +0100)
committerStephen Berman <stephen.berman@gmx.net>
Mon, 2 Nov 2020 22:24:20 +0000 (23:24 +0100)
commit1b7ab9d0ac2edf88d8c12346a6c0c1301670f858
treef6334257b8400aac43cf63451ea787bd0c00075b
parentcd69a50648a110ff6089f39553ddf0809479b597
Don't render XML declaration of an HTML document (bug#44348)

* lisp/net/eww.el (eww--preprocess-html): Prevent converting the
left angle bracket in the sequence "<?" to an HTML entity.
lisp/net/eww.el