Broken output fix

Incorrect usage of ` `
pull/126/head
Arthur Lutkevichus 10 years ago
parent 037c891ba8
commit 629566546a

@ -89,7 +89,7 @@ $.fn.dataTableExt.oPagination.listbox = {
elSel.add(oOption); // IE only
}
}
spans[1].innerHTML = " nbsp;of nbsp;" + iPages;
spans[1].innerHTML = " of " + iPages;
}
elSel.value = iCurrentPage;
}

Loading…
Cancel
Save