BorisMoore / jquery-tmpl

The original official jQuery Templates plugin. This project was maintained by the jQuery team as an official jQuery plugin. It is no longer in active development, and has been superseded by JsRender.
3.23k stars 1.01k forks source link

Attribute values lowercased? #54

Closed richbern closed 13 years ago

richbern commented 13 years ago

I have a template where I'm adding a class to one of the generated elements. I want the class name to be NoWrap, but when it's rendered it's coming through as nowrap. Big difference in the CSS world.

ibjhb commented 13 years ago

Do you have a code example because I haven't had any problems?

richbern commented 13 years ago

Nope, because I'm just being dumb. Stupid not reading my own code. slaps head

ibjhb commented 13 years ago

No worries. I never had that problem so I was thrown off.