Skip to content

3422708: Remove escapeCdataElement in serialize function.

alex baron requested to merge issue/drupal-3422708:11.x into 11.x

Removing call to escapeCdataElement in serialize function. The call is irrelevant since we no longer use DOMDocument in Html::load() and HTML4 browsers are dead, so we should be able to drop this.

Merge request reports