Feature #17405
closedSwitch to disable/remove enclosing comments
0%
Description
TYPO3 encloses each content element into comments which contains the type of content element and it's uid. IMHO this only blows up the HTML code, especially if you have many small CE on a page, and doesn't have any benefit outside of debugging issues.
So it would be nice to have a TS switch (or bind it to the debuggingg configuration) to prevent these ugly comments (which many developers delete with tidy or other tools) except for the TYPO3 search comment.
If this request meets your approval I would agree to develope a path.
Regards
Bjoern Kraus
---
http://www.phoenix-medien.de
Remove these:
...
But don't remove this:
(issue imported from #M5831)
Updated by Martin Kutschker over 17 years ago
Setting config.disablePrefixComment = 1 in TS did not work for you?
Updated by Bjrn Kraus over 17 years ago
Didn't found this one in my TSref before. Next time I will investigate the code base first ;-)
Thx.
Updated by Thorsten Kahler over 17 years ago
The desired feature does already exist.