Nightly 2021-12-06
Pre-release
Pre-release
html: Handle attribute errors gracefully `quick-xml` returns an `Err` for invalid attributes (e.g. unquoted). Handle such errors by ignoring the HTML completely and return an empty string instead, as Flash does. Fix #5789.