We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4b24a commit 78312ceCopy full SHA for 78312ce
1 file changed
select2.js
@@ -2721,7 +2721,7 @@ the specific language governing permissions and limitations under the Apache Lic
2721
"/": '/'
2722
};
2723
2724
- return String(markup).replace(/[&<>"'/\\]/g, function (match) {
+ return String(markup).replace(/[&<>"'\/\\]/g, function (match) {
2725
return replace_map[match[0]];
2726
});
2727
},
0 commit comments