Skip to content

Commit 47005ed

Browse files
committed
xhtml compatibility
1 parent 8307d76 commit 47005ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1891,7 +1891,7 @@ the specific language governing permissions and limitations under the Apache Lic
18911891
"class": "select2-container"
18921892
}).html([
18931893
"<a href='javascript:void(0)' class='select2-choice' tabindex='-1'>",
1894-
" <span class='select2-chosen'>&nbsp;</span><abbr class='select2-search-choice-close'></abbr>",
1894+
" <span class='select2-chosen'>&#160;</span><abbr class='select2-search-choice-close'></abbr>",
18951895
" <span class='select2-arrow' role='presentation'><b role='presentation'></b></span>",
18961896
"</a>",
18971897
"<label for='' class='select2-offscreen'></label>",

0 commit comments

Comments
 (0)