You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds correct links to the linked text on the front page under
the features section. There is still one panel which needs to be
written, the last one that includes the AJAX text again, before it
can really be considered finished.
The wording around the Bootstrap theme was adjusted pending further
discussion about how that is going to be handled.
Copy file name to clipboardExpand all lines: docs/index.html
+21-5Lines changed: 21 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -36,33 +36,49 @@ <h1>Select2</h1>
36
36
<divclass="col-sm-4">
37
37
<iclass="fa fa-language"></i>
38
38
<h4>In your language</h4>
39
-
<p>Select2 comes with support for <ahref="#">RTL environments</a>, <ahref="#">searching with diacritics</a> and <ahref="#">over 40 languages</a> built-in.</p>
39
+
<p>
40
+
Select2 comes with support for
41
+
<ahref="examples.html#rtl">RTL environments</a>,
42
+
<ahref="examples.html#diacritics">searching with diacritics</a> and
0 commit comments