Skip to content

Commit 787d20e

Browse files
committed
Fix code highlighting
1 parent 96f5f72 commit 787d20e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_includes/options/data/select.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h3>
4747
Select2 will convert the <code>&lt;option&gt;</code> tag into a data object based on the following rules.
4848
</p>
4949

50-
{% highlight js linenos %}
50+
{% highlight txt linenos %}
5151
{
5252
"id": "value attribute" || "option text",
5353
"text": "label attribute" || "option text",
@@ -59,7 +59,7 @@ <h3>
5959
And <code>&lt;optgroup&gt;</code> tags will be converted into data objects using the following rules
6060
</p>
6161

62-
{% highlight js linenos %}
62+
{% highlight txt linenos %}
6363
{
6464
"text": "label attribute",
6565
"children": [ option data object, ... ],

0 commit comments

Comments
 (0)