Actions
Bug #23169
closedValidation Erros in tstemplate
Start date:
2010-07-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A simple patch which kills most of the validation errors in the TS Template extensions. In my dev website from 271 Errors & 4 Warnings => 6 Errors, 2 Warnings.
Changed:
- border=0 cellpadding=1 cellspacing=0 => border="0" cellpadding="1" cellspacing="0"
- Missing alt tags
- nowrap => nowrap="nowrap"
(issue imported from #M15104)
Files
Updated by Christian Kuhn over 14 years ago
Committed to:
- trunk rev. 8534
- 4.4 rev. 8535
Actions