Bug #16610
closedAdmin panel is outputed below /body tag
0%
Description
Accoring to the w3c there is nothing allowed below the closing body tag, but </html>.
It would be nice, if T3 could check the template for a </body> tag and place the admin panel in front of it, if it exists.
(issue imported from #M4311)
Updated by Henning Pingel almost 18 years ago
Hi,
I have doctype XHTML 1.0 strict and content-type text/xml in the head of some web pages and everytime I try to preview a page including admin panel when logged in the back-end I instead get an XML error message from the browser.
Firefox says:
XML-Verarbeitungsfehler: "Junk" nach Dokument-Element
Adresse: https://ssl.mySecretDomain/index.php?id=135
Zeile Nr. 116, Spalte 5: <br />
--------------------------------^
So I can only see my pages when I use a browser where I don't have a backend session cookie. (And of course I can't see hidden pages using that method.)
The head of my html source looks like this:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
<meta http-equiv="Content-Type" content="text/xml; charset=utf-8" />
Maybe there is some other way to integrate the admin panel / red preview box before the last HTML Tag of the page is closed?
Best regards
Henning
Updated by Georg Ringer over 13 years ago
- Category deleted (
Communication) - Status changed from New to Closed
- Target version deleted (
0) - PHP Version deleted (
4)
this is solved, checked in 4-6 master