Weird <!--[-->
sytax causing rendering issues on html_render_diff
#193
Labels
<!--[-->
sytax causing rendering issues on html_render_diff
#193
Version of https://science.nasa.gov/climate-change/adaptation-mitigation/ from December 2024 (and probably much earlier) are causing some weird rendering issues on
html_render_diff
where we are seeing text like<>>
. Screenshot:(See this live in Scanner)
In the source (archived copy), there are some IE conditional-comment-like syntax that I think is causing the problem:
That’s not actual conditional comments syntax, though. Maybe an error was causing this output? Or it’s something I haven’t seen before.
Then we get this mess out the other end of the diff:
Which seems like maybe lxml or html-parser are choking on this in a pretty painful way.
The text was updated successfully, but these errors were encountered: