Actions
Bug #14868
closedxhtml_cleaning cleans HTML comments which is not wanted in any case (working patch included)
Start date:
2005-07-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This problem regards Trackback [1] functionality of weblogs/EXT:timtab. To enable trackback autodiscovery for blog tools a peace of rdf code is place in a HTML comment. This way the page still validates and the trackback URL can be found by other sites automaticly. The rdf code looks like this:
when activating xhtml_cleaning this is transformed to
which can not be discovered by other sites automaticly. Therfore it is necessary to leave HTML comments untouched.
[1] http://www.sixapart.com/pronet/docs/trackback_spec
A working patch is provided is fully backwards compatible and thus should not do any harm to other functionalities. The patch was created against 3.8.0 final.
(issue imported from #M1292)
Files
Actions