Rails default CSRF Meta Tags not validating
问题 I've just validated a new site a new site that i've written using Rails 3 with the W3C markup validation and i'm getting errors about the CSRF tags that rails generates. "Bad value csrf-param for attribute name on element meta: Keyword csrf-param is not registered." <meta name="csrf-param" content="authenticity_token"/> AND "Bad value csrf-token for attribute name on element meta: Keyword csrf-token is not registered." <meta name="csrf-token" content="{token}"/> I have my DOCTYPE set to <