Details
Description
FormErrors view helper has the class attribute hard coded thus setting the class attribute result in duplicate class attributes which is invalid.
FormErrors view helper has the class attribute hard coded thus setting the class attribute result in duplicate class attributes which is invalid.
|
|
|
|
|
This patch only sets the class attributes to "errors" if is has not been set before.