• Lars Ingebrigtsen's avatar
    Make eww more liberal when interpreting some invalid HTML · 568f1488
    Lars Ingebrigtsen authored
    * lisp/net/eww.el (eww--preprocess-html): New function (bug#37009)
    to be more lenient with invalid HTML and translate common invalid
    HTML like "a <= b" into "a &lt;= b" to be more liberal in what we
    accept before parsing.
    (eww-display-html): Use it.
    (eww-readable): Ditto.
    568f1488
eww.el 70.8 KB