tildeio / htmlbars

A variant of Handlebars that emits DOM and allows you to write helpers that manipulate live DOM nodes
MIT License
1.61k stars 193 forks source link

[BUGFIX] add `autocorrect` attr override because Mobile Safari hates us #400

Closed jayphelps closed 9 years ago

jayphelps commented 9 years ago

fixes emberjs/ember.js#11869, Cc/ @stefanpenner

jayphelps commented 9 years ago

Fixed failing test, expect(12) -> expect(13)

rwjblue commented 9 years ago

Thanks @jayphelps! Sorry for letting this linger.

@stefanpenner - Any objections?