JDutil / contact_us

Gem providing simple Contact Form functionality with a Rails 3+ Engine.
http://contact-us-demo.herokuapp.com
MIT License
134 stars 57 forks source link

html errors #43

Closed RandieM closed 10 years ago

RandieM commented 10 years ago

Hi there. Is there any particular reason why the "alt" tag is applied on the "submit" element in the html file? This does not pass mark-up validation. Also, in the same file, the "li" element is used outside the context of a "ul" or "ol". This is not correct either. Could one replace it with a "span" for example or will this break the gem in some sort of way? Thanks!

JDutil commented 10 years ago

Please submit a PR with the corrections I don't see any reason why that would break anything.