Opened 3 years ago
Last modified 3 years ago
#33255 closed Bug
Closing </Body> tag inside textarea is being lowercased — at Initial Version
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
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
Image (body.png)
Note:
See TracTickets
for help on using tickets.