diff --git a/pagination/select.js b/pagination/select.js index 264479c..ae810f9 100644 --- a/pagination/select.js +++ b/pagination/select.js @@ -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; }