Opened 22 years ago
Closed 21 years ago
#527 closed defect (bug) (invalid)
<title> element in post is not parsed correctly
| Reported by: | anonymousbugger | Owned by: | matt |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.2 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
If you put '<title>' somewhere in your post, Wordpress will not escape the '<' and '>' and a HTML title element is inserted in the post. This results in a post that stops where the title element is inserted (at least in Firefox).
The correct behaviour would be that '<' and '>' would be parsed into '>' etc.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Why would you want to put a title element in the post? If it is for the purpose of displaying code, wouldn't you rather put it within <code></code> tags?
Please review and close the bug if you find this to be an appropriate response.