From da7dd51294b481fe201bb89b9bb80d397c4bd627 Mon Sep 17 00:00:00 2001 From: Leigh Halliday Date: Thu, 2 May 2013 12:03:20 -0400 Subject: [PATCH] Changing to from ' to ' because ' isn't supported in IE8 --- select2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2.js b/select2.js index cda3bdfc..04af1cfa 100644 --- a/select2.js +++ b/select2.js @@ -2868,7 +2868,7 @@ the specific language governing permissions and limitations under the Apache Lic '<': '<', '>': '>', '"': '"', - "'": ''', + "'": ''', "/": '/' };