Open
Description
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:

In the source (archived copy), there are some IE conditional-comment-like syntax that I think is causing the problem:
<!--[--><div class="absolute z-top"><!--[--><!--[-->
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:
<<cyfunction 0x76bbfbe6a4d0="" at="" comment="">><!--<cyfunction Comment at 0x76bbfbe6a4d0-->><<cyfunction 0x76bbfbe6a4d0="" at="" comment="">><!--<cyfunction Comment at 0x76bbfbe6a4d0-->><div><div class="absolute z-top">
Which seems like maybe lxml or html-parser are choking on this in a pretty painful way.
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog