[TYPO3-core] FYI24: #11059: Validation issue: duplicate specification of attribute "class" in t3lib/class.t3lib_tceforms.php

Patrick Broens patrick at netcreators.com
Fri May 8 22:33:11 CEST 2009


Hi,

this is a SVN patch request.

Type: Bugfix

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

Branches: Trunk

Problem:
In the select tag of the dropdown for the page type, the class attribute
is declared twice, once with the value "select", the other with
"icon-select".

Both of the classes are not used in t3skin, but are probably needed for
some other skins.

Solution:
Use the class "icon-select" on the configuration "iconsInOptionTags",
otherwise use the other one.

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


More information about the TYPO3-team-core mailing list