We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a4d2de + 80560b3 commit c571075Copy full SHA for c571075
script/live_content/diff_frontend
@@ -88,6 +88,7 @@ def normalise_html(html)
88
/(datetime=)(?:"|")(\d{4}-\d{2}-\d{2})[ T]\d{2}(:\d{2}:\d{2})[ Z]?(?:UTC|\+00:00|\+01:00)?(?:"|")/,
89
'\1"\2 HH\3"',
90
)
91
+ .gsub(/\\u003c.+--\\u003e/, "")
92
end
93
94
html_without_graphql = normalise_html(get_html(uri_without_graphql)).force_encoding("UTF-8")
0 commit comments