Browse Source

Merge pull request #1236 from leighhalliday/master

Changing from ' to ' because ' isn't html standard and doesn't work in IE8
Igor Vaynberg 12 years ago
parent
commit
36f6f67965
1 changed files with 1 additions and 1 deletions
  1. 1 1
      select2.js

+ 1 - 1
select2.js

@@ -2868,7 +2868,7 @@ the specific language governing permissions and limitations under the Apache Lic
                 '<': '&lt;',
                 '>': '&gt;',
                 '"': '&quot;',
-                "'": '&apos;',
+                "'": '&#39;',
                 "/": '&#47;'
             };