By larowlan on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.3.x
Introduced in version:
9.3.0
Issue links:
Description:
Previously text_summary() fixed missing trailing tags for text where the filter format had the html corrector filter enabled.
However, it failed to do so if the html filter was enabled.
This could lead to broken HTML, via missing broken tags.
From 9.3.0, text_summary now correctly adds closing tags.
This may impact sites that were previously relying on the broken behaviour
Impacts:
Site builders, administrators, editors
Module developers
Themers