#3575 closed defect (bug) (invalid)
Post Page Has Two Instances of <head>
| Reported by: | cpoteet | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Administration | Version: | 2.1 |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
Description
On the posting page the include for the inline uploading (upload.php) adds another <head>, <body>, etc.
Change History (3)
This ticket was mentioned in Slack in #design by voldemortensen. View the logs.
10 years ago
This ticket was mentioned in Slack in #design by voldemortensen. View the logs.
10 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
It's not
include()'ed, it's loaded via an<iframe>, so<head>and<body>is needed.