diff options
Diffstat (limited to 'files/fr/web/api/globaleventhandlers/onblur')
-rw-r--r-- | files/fr/web/api/globaleventhandlers/onblur/index.html | 6 |
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><form> +<pre class="brush: html"><form> <input type="text" id="foo" value="Allo!" /> </form> @@ -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 |