From cf5285e14a990e8c4797297ae8b7e1869b96b1de Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 31 Jan 2021 19:20:33 +0100 Subject: [PATCH] word spelling --- layout/comment.html | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/layout/comment.html b/layout/comment.html index c23f126..22d36b1 100644 --- a/layout/comment.html +++ b/layout/comment.html @@ -7,9 +7,9 @@
- + + placeholder="Adresse email pour Gravatar (optionnelle, ni stockée ni publiée)" onchange="grabatar()"> @@ -28,16 +28,6 @@
-
-
- Le site Web est optionel
- Le message peut être rédigé au format Markdown -
- -
@@ -56,8 +46,7 @@ function showbonus() { document.getElementById("email").style.display = ''; - document.getElementById("markdown").style.display = ''; - document.getElementById("helpgravatar").style.display = ''; + document.getElementById("help").style.display = ''; } window.onload = showbonus;