Skip to content

Commit

Permalink
Merge pull request t4t5#625 from baladkb/patch-1
Browse files Browse the repository at this point in the history
Small HTML issue, Fixed.
  • Loading branch information
t4t5 authored Dec 1, 2016
2 parents 3b9d8eb + 0015506 commit fabe11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ <h3>Contribute</h3>
document.querySelector('ul.examples li.message-html button').onclick = function(){
swal({
title: "HTML <small>Title</small>!",
text: 'A custom <span style="color:#F8BB86">html<span> message.',
text: 'A custom <span style="color:#F8BB86">html</span> message.',
html: true
});
};
Expand Down

0 comments on commit fabe11b

Please sign in to comment.