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;