[TYPO3-core] FYI24: #11017: Validation issue: various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php

Patrick Broens patrick at netcreators.com
Fri May 1 17:03:56 CEST 2009


Hi,

this is a SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=11017

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

Solution:
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"

Notes:
I consider this a no-brainer, as it does not change any functionality,
only proper markup. Please object if you don't agree, otherwise this
patch will be committed after 24 hours.

Cheers,

Patrick
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20090501_RFC_11017.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090501/cd557b35/attachment.txt 


More information about the TYPO3-team-core mailing list