mirror of
https://github.com/tabler/tabler.git
synced 2026-08-19 17:34:25 +04:00
html small fixes
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
color = $this.attr('data-spark-color') || 'blue',
|
||||
type = $this.attr('data-spark-type') || 'line';
|
||||
|
||||
const $div = $('<div />').html(data);
|
||||
const $div = $('<div/>').html(data);
|
||||
$this.append($div);
|
||||
|
||||
let strokeColor = tabler.colors[color],
|
||||
|
||||
Reference in New Issue
Block a user