SimpleTableColumnComponent.html contains invalid CSS ----------------------------------------------------
Key: TAPESTRY-932 URL: http://issues.apache.org/jira/browse/TAPESTRY-932 Project: Tapestry Type: Bug Components: Contrib Versions: 4.0.1 Environment: Windows/Firefox Reporter: Ryan Holmes Priority: Minor Line 21 of SimpleTableColumnComponent.html refers to a nonexistent CSS attribute, "align". This causes any pages using the Table component with sortable columns to fail CSS validation. If "vertical-align" was intended, the CSS should be changed accordingly (probably "vertical-align: middle;"). Since the style tag contains no other CSS, it might be preferable to remove it entirely and leave it to the user to set attributes for the .tableHeaderImage class. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]