Changed attribute order
authorAlexander Ebert <ebert@woltlab.com>
Fri, 21 Oct 2011 13:20:39 +0000 (15:20 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 21 Oct 2011 13:20:39 +0000 (15:20 +0200)
commit899e81a4c521b7271ef44867c352632b3f17785d
treef765eb00c9644919156bf4d44c409c4966b4f4e6
parentdc0005eefcda31ec3638bc68576e5ff5b1f8d999
Changed attribute order

ID should always be the first element, followed by all other attributes, the last element should be "class". Metadata (data-* attributes) should always be appended to the end of all attributes, thus after "class" and before the closing tag.
wcfsetup/install/files/acp/templates/cacheList.tpl
wcfsetup/install/files/acp/templates/cronjobList.tpl
wcfsetup/install/files/acp/templates/header.tpl
wcfsetup/install/files/acp/templates/option.tpl
wcfsetup/install/files/acp/templates/optionTypeBoolean.tpl
wcfsetup/install/files/acp/templates/optionTypeRadiobuttons.tpl
wcfsetup/install/files/acp/templates/updateServerList.tpl
wcfsetup/install/files/acp/templates/userEmailAddressExport.tpl
wcfsetup/install/files/acp/templates/userGroupAdd.tpl
wcfsetup/install/files/acp/templates/userGroupList.tpl
wcfsetup/install/files/acp/templates/userList.tpl