Project

General

Profile

Actions

Bug #14868

closed

xhtml_cleaning cleans HTML comments which is not wanted in any case (working patch included)

Added by Ingo Renner about 19 years ago. Updated about 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
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

class.t3lib_parsehtml.php.patch (2.4 KB) class.t3lib_parsehtml.php.patch Administrator Admin, 2005-07-17 21:24
class.t3lib_parsehtml.php.patch_v2 (1.4 KB) class.t3lib_parsehtml.php.patch_v2 Administrator Admin, 2005-07-21 23:25
2005-10-18_bugfix_1292.patch (1.41 KB) 2005-10-18_bugfix_1292.patch Administrator Admin, 2005-10-18 09:40
bug_1292_2.patch (977 Bytes) bug_1292_2.patch Administrator Admin, 2005-11-08 22:22

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #14150: t3lib_parsehtml: tags in comments are handled (incorrectly)ClosedChris topher2004-05-11

Actions
Has duplicate TYPO3 Core - Bug #14988: xhtml_cleaning corrupts javascript in HTML-comment from extensionClosed2005-09-22

Actions
Actions

Also available in: Atom PDF