From b6cdfc90bcf6e94aeafde049a5c811bb79a0d38d Mon Sep 17 00:00:00 2001 From: Alexandre MOTTIER Date: Fri, 21 Mar 2025 09:26:40 +0100 Subject: [PATCH] =?UTF-8?q?v2.1=20-=20R=C3=A9alignement=20gauche=20&=20sup?= =?UTF-8?q?pression=20saut=20de=20ligne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repliq.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() {