Skip to content

ISTWCMS-6294: Fix < and > being removed when they are used as text and...

  • Update the UwContentParser::clean to use replace < and > by placeholders and avoid them being stripped on preg_replace and strip_tags. This approach is also used on TidyFormat::transform()

Merge request reports