Opened 3 years ago

Last modified 3 years ago

#33255 closed Bug

Closing </Body> tag inside textarea is being lowercased — at Version 1

Reported by: Dmitry Silaev Owned by: nobody
Component: Template system Version: 3.2
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Dmitry Silaev)

If there is an textarea with </Body> text inside it, it will be rendered as </body> instead.

Simple example of template

<html>
<body>
<textarea>
<Html>
    <Head></Head>
    <Body></Body>
</Html>
</textarea>
</body>
</html>

Result is on the screenshot

Change History (2)

by Dmitry Silaev, 3 years ago

Attachment: body.png added

comment:1 by Dmitry Silaev, 3 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top