Ticket #1932 (closed defect (bug): fixed)
Preview iframe breaks footer
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.6 |
| Severity: | normal | Keywords: | bg|has-patch |
| 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
Change History
Note: See
TracTickets for help on using
tickets.


Closes the preview iframe with its own dedicated closing tag.