[TYPO3-project-4-3] "AdmPanel" and "Preview" is outputted after closing </html>

Martin Kutschker masi-no at spam-typo3.org
Mon Jun 1 15:49:51 CEST 2009


Franz Koch schrieb:
> Hi,
>> is there a special reason why AdmPanel Code, Preview label etc is
>> printed out after the normale page has finished (</html>) and not set
>> before the end of </body> ?
>>
>> IMHO we should change this behaviour since we are already overworking
>> feedit...
>> What do you think about it? What have been the thoughts about that in
>> the past?
> 
> I think it could be related to the cache, as pages coming from cache
> will already have the closing </body></html> tags. Thus you would have
> to parse the code somehow (be it a str_replace or some preg_replace
> stuff) to get those elements inside the body tag. 

I think you're right. But finding the final </body></html> tags isn't
too hard.

Masi


More information about the TYPO3-project-4-3 mailing list