Hi
Mohamed Cherif BOUCHELAGHEM
I have a problem with my mustache template in IE8 the template is like this:
- <div class="roles_list">
- <select class="span10">
- {{#roles}}
- <option value="{{id}}"> {{titre}} </option>
- {{/roles}}
- </select>
- </div>
It works fine in chrome and firefox but in IE8 it displays __!!__
Can you tell me why it behave like this and what's the solution?
Mohamed Cherif BOUCHELAGHEM