CDATA is not getting generated in html.php

Created on 10 April 2024, about 1 year ago

Steps to reproduce

[Using vanilla install]
Create new article page and add below code in source.

<style type="text/css">.testing {
	background-color: #FFC;
	border: thin solid #CCC;
	padding: 10px;
        width:90%; 
        margin-left:5%; 
        margin-right:5%
}
</style>
<p>
    <em>Testing 123 data. &nbsp;&nbsp;</em>
</p>

View front-page.
Notice that the CSS text is displayed
.testing { background-color: #FFC; border: thin solid #CCC; padding: 10px; width:90%; margin-left:5%; margin-right:5% }
Testing 123 data.

πŸ› Bug report
Status

Active

Version

10.2 ✨

Component
RenderΒ  β†’

Last updated about 8 hours ago

Created by

πŸ‡ΊπŸ‡ΈUnited States ronald-garcia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024