Skip to content

Commit

Permalink
Merge pull request #99 from Beldur/patch-1
Browse files Browse the repository at this point in the history
Change UTF-8 Character to escaped Unicode
  • Loading branch information
geoffdaigle committed Mar 19, 2016
2 parents 611aa46 + 8ee6c23 commit 156bf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/shepherd.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ class Step extends Evented {
}

if (this.options.showCancelLink) {
const link = createFromHTML("<a href class='shepherd-cancel-link'></a>");
const link = createFromHTML("<a href class='shepherd-cancel-link'>\u2715</a>");
header.appendChild(link);

this.el.className += ' shepherd-has-cancel-link';
Expand Down

0 comments on commit 156bf6c

Please sign in to comment.