Project

General

Profile

Actions

Bug #16610

closed

Admin panel is outputed below /body tag

Added by Andreas Balzer over 17 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-09-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

Updated by Henning Pingel about 17 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&quot; xmlns:svg="http://www.w3.org/2000/svg&quot; xmlns:xlink="http://www.w3.org/1999/xlink&quot;>
<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

Actions #2

Updated by Georg Ringer almost 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

Actions

Also available in: Atom PDF