Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

Hobo generates invalid HTML #38

Open hbaragar opened 11 years ago

hbaragar commented 11 years ago

I generated a new application (with admin subsite), started the server and validated the home page using the www3 validator (through Opera) and got the following results:

Validation Output: 5 Errors Line 132, Column 446: Attribute remove-class not allowed on element form at this point. …="post" remove-class="form-horizontal">

<input id="p… Attributes for element form: Global attributes accept-charset action autocomplete enctype method name novalidate target Line 150, Column 163: Duplicate ID page_path. …me="page_path" type="hidden" value="/"><input name="authenticity_token" type="…

✉ Line 132, Column 536: The first occurrence of ID page_path was here. …me="page_path" type="hidden" value="/"><input name="authenticity_token" type="…

✉ Line 150, Column 353: Attribute fields not allowed on element div at this point. …="name, email_address, password, password_confirmation">

Attributes for element div: Global attributes Line 194, Column 7: End tag for body seen, but there were unclosed elements.

✉ Line 193, Column 363: Unclosed element span. …AA==--6c06d93d75f861cfc99ebf57331669fc5aed95dc"}}" style="display: none;">

iox commented 11 years ago

Thanks for the report @hbaragar :)