Skip to content

Commit ffe780d

Browse files
author
Anas Shekhamis
committed
Correct typo in "options" page
Correct a typo in the "options" page, "Data Adapters" section, "Do the id properties have to be strings?" part. ">select<" to "<select>"
1 parent 566c784 commit ffe780d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_includes/options/data/array.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h3>
3838
</h3>
3939

4040
<p>
41-
Because the <code>value</code> attributes on a <code>&gt;select&lt;</code>
41+
Because the <code>value</code> attributes on a <code>&lt;select&gt;</code>
4242
tag must be strings, the <code>id</code> property on the data objects must
4343
also be strings. Select2 will attempt to convert anything that is not a
4444
string to a string, which will work for most situations, but it is

0 commit comments

Comments
 (0)