html small fixes

This commit is contained in:
codecalm
2019-12-09 16:41:28 +01:00
parent 0198984c0c
commit 3ef10ea55e
13 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -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],