Closed alanhogan closed 14 years ago
If YForm::factory() is called without its argument (a string to be used for the ID of the form), which I don’t believe to be necessary, then
YForm::factory()
Rendering the form will include the string id="". This is invalid HTML:
id=""
Line 37, Column 89: Bad value for attribute id on element form: An ID must not be the empty string.
not adding blank IDs, closed by e22214e75f80f8e43cb030eab989e4427b658a4d
If
YForm::factory()
is called without its argument (a string to be used for the ID of the form), which I don’t believe to be necessary, thenRendering the form will include the string
id=""
. This is invalid HTML: