diff --git a/docs/app.js b/docs/app.js index 9e3037d..1f292b3 100644 --- a/docs/app.js +++ b/docs/app.js @@ -154,7 +154,7 @@ function nextMatch() { function setDescription(url, title, description, provider) { $('#description a').attr('href', url); - $('#description a h3').text(' '+title); + $('#description a h3').html(' '+title); $('#description p').html(description); $('#description').show(); }