Skip to content

Commit

Permalink
html
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Aug 30, 2020
1 parent 6cffad8 commit b50eede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function nextMatch() {

function setDescription(url, title, description, provider) {
$('#description a').attr('href', url);
$('#description a h3').text('<i class="fab fa-lg fa-"'+provider+'"></i> '+title);
$('#description a h3').html('<i class="fab fa-lg fa-"'+provider+'"></i> '+title);
$('#description p').html(description);
$('#description').show();
}
Expand Down

0 comments on commit b50eede

Please sign in to comment.