Actions
Bug #21619
closedValidation issues in sysext reports: Fix several errors
Start date:
2009-11-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem: The reports module doesn't produce valid HTML
Solution:
- Fix a typo from "colspans" to "colspan"
- Add CDATA comment around a JS block
- htmlspecialchar a href
- Add required alt attribute to some images:
-- In typo3/sysext/reports/mod/index.php with a locallang value
-- In typo3/sysext/reports/reports/class.tx_reports_reports_status.php with empty value, the icons warning and error for sections are added as background-images at other places, so we don't need a usefull alt tag here.
(issue imported from #M12675)
Files
Actions