diff --git a/repliq.html b/repliq.html index b688197..a1a9cc7 100755 --- a/repliq.html +++ b/repliq.html @@ -118,7 +118,7 @@ } if (action === "Lecture") { - message += "\nInutile de répondre."; + message += " Inutile de répondre."; } resultDiv.style.backgroundColor = bgColor; @@ -127,7 +127,7 @@ resultDiv.style.display = "block"; copyButton.style.display = "inline-block"; - hiddenContainer.innerHTML = `
${message.replace("\n", "
")}
`; + hiddenContainer.innerHTML = `
${message.replace("\n", "
")}
`; } function setASAP() { @@ -142,7 +142,7 @@ resultDiv.style.display = "block"; copyButton.style.display = "inline-block"; - hiddenContainer.innerHTML = `
${action} souhaitée dès que possible
`; + hiddenContainer.innerHTML = `
${action} souhaitée dès que possible
`; } function copyFormattedBanner() {