1
0
mirror of synced 2024-11-25 22:36:03 +03:00

Merge pull request #2256 from mkurz/xhtml_fix

xhtml compatibility
This commit is contained in:
Kevin Brown 2014-04-09 07:37:29 -04:00
commit 77afdd899d

View File

@ -1891,7 +1891,7 @@ the specific language governing permissions and limitations under the Apache Lic
"class": "select2-container" "class": "select2-container"
}).html([ }).html([
"<a href='javascript:void(0)' class='select2-choice' tabindex='-1'>", "<a href='javascript:void(0)' class='select2-choice' tabindex='-1'>",
" <span class='select2-chosen'>&nbsp;</span><abbr class='select2-search-choice-close'></abbr>", " <span class='select2-chosen'>&#160;</span><abbr class='select2-search-choice-close'></abbr>",
" <span class='select2-arrow' role='presentation'><b role='presentation'></b></span>", " <span class='select2-arrow' role='presentation'><b role='presentation'></b></span>",
"</a>", "</a>",
"<label for='' class='select2-offscreen'></label>", "<label for='' class='select2-offscreen'></label>",