Actions
Bug #15913
closedHTML cleaner corrupts Java Script code
Start date:
2006-03-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A Java Script expression like
for(var i=0;i<allItems.length;i++){
...
}
may be "cleaned" by method t3lib_parsehtml->HTMLcleaner() [Line 617].
This happens due to insufficient detection of tags. Solved this by changing lines 627 to 632. Fixed version of file attached.
(issue imported from #M3013)
Files
Updated by Franz Holzinger over 18 years ago
This is a duplicate of
http://bugs.typo3.org/view.php?id=1477
I have fixed this already, too. Test my patch (bug no.1477) and give me a response.
Actions