The Needs Review Queue Bot → tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- 🇮🇳India kkalashnikov Ghaziabad, India
Re-roll patch for Drupal version 10.1.x
- 🇺🇸United States smustgrave
Please include interdiffs with your patches.
- 🇮🇳India rassoni Bangalore
Resolved Coding standard and added interdiff file.
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 12:42pm 8 February 2023 The last submitted patch, 33: 2950595-33.patch, failed testing. View results →
- Status changed to Needs work
almost 2 years ago 3:25pm 11 February 2023 - Status changed to Needs review
over 1 year ago 2:55pm 28 March 2023 - Status changed to Needs work
over 1 year ago 7:16pm 28 March 2023 - 🇺🇸United States smustgrave
#37 added some out of scope changes.
Next reroll should start at #26.
- 🇮🇳India rassoni Bangalore
- Status changed to Needs review
over 1 year ago 4:30am 29 March 2023 - Status changed to RTBC
over 1 year ago 1:43pm 29 March 2023 - Status changed to Needs work
over 1 year ago 12:09pm 31 March 2023 - 🇫🇷France nod_ Lille
+++ b/core/lib/Drupal/Component/Utility/Html.php @@ -291,7 +293,7 @@ public static function load($html) { + $display_error ? $dom->loadHTML($document) : @$dom->loadHTML($document, LIBXML_NOBLANKS);
Why use different options depending on error report state?