Description
When using a tag in a Velocity template, for instance #stextfield("label=Foo" "align=center") with the default xhtml theme, inputs are prepended with just <td> instead of <td align="center"> (as it happens in 2.3.x) in the generated HTML. A form where you want to centre some of the inputs simply doesn't render as intended.
I'm using Velocity 1.7 and Velocity Tools 2.0, if that helps.