]> git.eshelyaron.com Git - emacs.git/commit
Escape HTML NUL as � in eww
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Feb 2019 22:35:51 +0000 (14:35 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Feb 2019 22:37:38 +0000 (14:37 -0800)
commit4927f94792ffaab985e0aa3c977eb19308f067cf
tree9bd14488427983e69c76bd2076188a271323e341
parent4a16e6302d8971a2414543c9c04405df99271dfa
Escape HTML NUL as &#0; in eww

* lisp/net/eww.el (eww-display-html): Escape NUL as &#0; as this
is more appropriate for HTML.
lisp/net/eww.el