From a815e0ab8cb9a790294344e075f15cc2f8e1868a Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 1 Apr 2020 03:55:44 -0700 Subject: [PATCH] Fixed stupid curly quotes --- public/js/bootstrap-table.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/bootstrap-table.js b/public/js/bootstrap-table.js index 045f096f7..17fcd81b9 100755 --- a/public/js/bootstrap-table.js +++ b/public/js/bootstrap-table.js @@ -750,7 +750,7 @@ html.push(''); if (i === 0 && !that.options.cardView && that.options.detailView) { - html.push(sprintf('
', + html.push(sprintf('
', that.options.columns.length)); } @@ -803,7 +803,7 @@ visibleColumns[column.field] = column; } - html.push('