drvic10k / bootstrap-sortable

adding sorting ability to bootstrap table
MIT License
513 stars 131 forks source link

Fix: removed byte order mark (BOM) from CSS which was causing browsers t... #36

Closed evantishuk closed 10 years ago

evantishuk commented 10 years ago

I noticed the table.sortable span.sign rule was being ignored in my application and tracked it down to a BOM / ZERO WIDTH NO-BREAK SPACE character at the beginning of the CSS. I don't know if this was partly to do with the minification/concatenation tool I'm using, but, I figured it was safe/recommended to remove regardless.