Still not solved and I have another problem in IE8 with mustache template dosent display items in select box:
Mohamed Cherif BOUCHELAGHEM
- <div class="roles_list">
- <select class="span10">
- {{#roles}}
- <option value="{{id}}"> {{titre}} </option>
- {{/roles}}
- </select>
- </div>
It displays __!!__, chrome and firefox display it nice
Any help please?
Mohamed Cherif BOUCHELAGHEM