jmohler1970 / BS-4-CF

Bootstrap tags for Adobe ColdFusion
MIT License
2 stars 2 forks source link

Binding should also excape #9

Closed jmohler1970 closed 9 years ago

jmohler1970 commented 9 years ago

When using the Bind attribute, the data should be escaped automatically

<b:button value="Burger & Fries" /> should render as

<button type="button" class="btn btn-default">Burger &amp; Fries</button>

jmohler1970 commented 9 years ago

Done