From b50eede310e92a21ed23c07c8e17b6c2114d5717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= Date: Sun, 30 Aug 2020 11:28:41 +0200 Subject: [PATCH] html --- docs/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }