Fixed stupid curly quotes
This commit is contained in:
parent
6bfec08a8c
commit
a815e0ab8c
1 changed files with 2 additions and 2 deletions
4
public/js/bootstrap-table.js
vendored
4
public/js/bootstrap-table.js
vendored
|
@ -750,7 +750,7 @@
|
||||||
html.push('<tr>');
|
html.push('<tr>');
|
||||||
|
|
||||||
if (i === 0 && !that.options.cardView && that.options.detailView) {
|
if (i === 0 && !that.options.cardView && that.options.detailView) {
|
||||||
html.push(sprintf('<th class="detail" rowspan="%s" scope=”col”><div class="fht-cell"></div></th>',
|
html.push(sprintf('<th class="detail" rowspan="%s" scope="col"><div class="fht-cell"></div></th>',
|
||||||
that.options.columns.length));
|
that.options.columns.length));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -803,7 +803,7 @@
|
||||||
visibleColumns[column.field] = column;
|
visibleColumns[column.field] = column;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.push('<th scope=”col”' + sprintf(' title="%s"', column.titleTooltip),
|
html.push('<th scope="col"' + sprintf(' title="%s"', column.titleTooltip),
|
||||||
column.checkbox || column.radio ?
|
column.checkbox || column.radio ?
|
||||||
sprintf(' class="bs-checkbox %s"', column['class'] || '') :
|
sprintf(' class="bs-checkbox %s"', column['class'] || '') :
|
||||||
class_,
|
class_,
|
||||||
|
|
Loading…
Add table
Reference in a new issue