cymen / sinatra-formhelpers-ng

Lightweight, robust form helpers for Sinatra
http://github.com/twilson/sinatra-formhelpers
Other
12 stars 7 forks source link

Ensure label#for matches element#id (case-sensitive) #3

Closed pmn4 closed 11 years ago

pmn4 commented 11 years ago

Ensure that a label's for attribute matches the corresponding element's id. use the css_id method in both cases.

(css_id downcase's the id, so upper case fields cause problems)