aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/globaleventhandlers/onblur/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/globaleventhandlers/onblur/index.html')
-rw-r--r--files/fr/web/api/globaleventhandlers/onblur/index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/files/fr/web/api/globaleventhandlers/onblur/index.html b/files/fr/web/api/globaleventhandlers/onblur/index.html
index 3c668a51eb..ea3ed43e43 100644
--- a/files/fr/web/api/globaleventhandlers/onblur/index.html
+++ b/files/fr/web/api/globaleventhandlers/onblur/index.html
@@ -30,7 +30,7 @@ translation_of: Web/API/GlobalEventHandlers/onblur
<p>Lorsqu'une zone de saisie n'est plus active suite à une perte du « focus », une boîte de message (alert) est affichée.</p>
-<pre>&lt;form&gt;
+<pre class="brush: html">&lt;form&gt;
&lt;input type="text" id="foo" value="Allo!" /&gt;
&lt;/form&gt;
@@ -57,6 +57,4 @@ function afficherMessage() {
<h3 id="Sp.C3.A9cification">Spécification</h3>
-<p>{{ DOM0() }}</p>
-
-<p>{{ languages( { "en": "en/DOM/element.onblur" } ) }}</p>
+<p>{{ DOM0() }}</p> \ No newline at end of file