marcushouse / JsonFormBuilder

MODX JsonFormBuilder
7 stars 4 forks source link

No space between attributes #6

Closed startexe closed 9 years ago

startexe commented 9 years ago

Hello! W3C validator displays error "No space between attributes" for form elements that have parameter "required", for example:

<input type="text" name="company_phone" id="company_phone" value="" maxlength="20"class="required" />

Where to insert this space in the snippet code?

marcushouse commented 9 years ago

Thanks for the report. Fixed several html validation issues at the same time as well. Will be fixed in next release, until then, grab any mods from GitHub.

On Thu, Oct 30, 2014 at 7:28 AM, startexe notifications@github.com wrote:

Hello! W3C validator displays error "No space between attributes" for form elements that have parameter "required", for example:

Where to insert this space in the snippet code?

— Reply to this email directly or view it on GitHub https://github.com/marcushouse/JsonFormBuilder/issues/6.

startexe commented 9 years ago

Thank you very much, after the update there are no more errors.