aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web')
-rw-r--r--files/fr/web/api/settimeout/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/settimeout/index.md b/files/fr/web/api/settimeout/index.md
index 4f4b40a587..cf40ee8e6e 100644
--- a/files/fr/web/api/settimeout/index.md
+++ b/files/fr/web/api/settimeout/index.md
@@ -50,7 +50,7 @@ Dans l'exemple qui suit, on dispose deux boutons classiques auxquels on associe,
<button onclick="delayedAlert();">
Affiche une alerte après deux secondes
</button>
-<p></p>
+
<button onclick="clearAlert();">
Annuler l'alerte avant qu'elle ne se déclenche
</button>