diff --git a/docs/_includes/options/data/array.html b/docs/_includes/options/data/array.html index 751635e8..b32c0080 100644 --- a/docs/_includes/options/data/array.html +++ b/docs/_includes/options/data/array.html @@ -38,7 +38,7 @@ $('select').select2({
- Because the value
attributes on a >select<
+ Because the value
attributes on a <select>
tag must be strings, the id
property on the data objects must
also be strings. Select2 will attempt to convert anything that is not a
string to a string, which will work for most situations, but it is