Actions
Bug #20383
closedValidation issue: various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php
Start date:
2009-05-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Type: Bugfix
Branches: Trunk
Problem:various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php when validating XHTML:
- value of attribute "method" cannot be "POST"; must be one of "get", "post"
- there is no attribute "onClick"
- Cannot generate system identifier for general entity "P"
- Required attribute "alt" not specified
- End tag for "img" omitted, but OMITTAG NO was specified
In the same order:
- Change to lowercase "post"
- Change the attribute to "onclick"
- Change "...&P=..." to "...&P=..."
- Add "alt" attribute with the same value as the "title" attribute
- Add "/" at the end of singleton tag for "img"
Cheers,
Patrick
(issue imported from #M11017)
Files
Actions