#1932 closed defect (bug) (fixed)
Preview iframe breaks footer
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.6 |
Component: | Administration | Keywords: | bg|has-patch |
Focuses: | Cc: |
Description
The iframe tag is not defined as an EMPTY tag in the XHTML DTD, therefore must be closed with a discrete closing tag, not the empty element shorthand.
As a result of this incorrect closure of the preview iframe, the footer disappears from the page, along with any code (HTML or script) that is added via the admin_footer hook.
The attached patch closes the iframe properly.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Closes the preview iframe with its own dedicated closing tag.