#3575 closed defect (bug) (invalid)
Post Page Has Two Instances of <head>
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | high | |
| Severity: | major | Version: | 2.1 |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
On the posting page the include for the inline uploading (upload.php) adds another <head>, <body>, etc.
Change History (3)
#1
@
19 years ago
- Milestone 2.2 deleted
- Resolution set to invalid
- Status changed from new to closed
- Version set to 2.1
This ticket was mentioned in Slack in #design by voldemortensen. View the logs.
9 years ago
This ticket was mentioned in Slack in #design by voldemortensen. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
It's not
include()'ed, it's loaded via an<iframe>, so<head>and<body>is needed.