ソースを参照

Merge pull request #373 from tristanlee85/master

Updated ellipsis to html-safe string
文翼 11 年 前
コミット
b3ce66134c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -198,7 +198,7 @@
 
     BootstrapTable.LOCALES['en-US'] = {
         formatLoadingMessage: function () {
-            return 'Loading, please wait';
+            return 'Loading, please wait&#8230';
         },
         formatRecordsPerPage: function (pageNumber) {
             return sprintf('%s records per page', pageNumber);