Skip to content

Commit 36f6f67

Browse files
committed
Merge pull request select2#1236 from leighhalliday/master
Changing from ' to &select2#39; because ' isn't html standard and doesn't work in IE8
2 parents 8412c75 + da7dd51 commit 36f6f67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2868,7 +2868,7 @@ the specific language governing permissions and limitations under the Apache Lic
28682868
'<': '&lt;',
28692869
'>': '&gt;',
28702870
'"': '&quot;',
2871-
"'": '&apos;',
2871+
"'": '&#39;',
28722872
"/": '&#47;'
28732873
};
28742874

0 commit comments

Comments
 (0)