aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/globaleventhandlers/ondblclick/index.html
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-09-27 19:52:26 +0200
committerGitHub <noreply@github.com>2021-09-27 19:52:26 +0200
commitb57379257281efd293e51237969a8553a7c58ae7 (patch)
tree37d1e1dee8f3ab8a5e4d953d121f80f647a94b5e /files/fr/web/api/globaleventhandlers/ondblclick/index.html
parentf139538f3148990f7b61d94f75d96381985a0c0e (diff)
downloadtranslated-content-b57379257281efd293e51237969a8553a7c58ae7.tar.gz
translated-content-b57379257281efd293e51237969a8553a7c58ae7.tar.bz2
translated-content-b57379257281efd293e51237969a8553a7c58ae7.zip
Fix web api fr upstream h2m (#2597)
* fix html examples with script * remove languages macro * enclose code words in <code> to avoid dot escape
Diffstat (limited to 'files/fr/web/api/globaleventhandlers/ondblclick/index.html')
-rw-r--r--files/fr/web/api/globaleventhandlers/ondblclick/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/files/fr/web/api/globaleventhandlers/ondblclick/index.html b/files/fr/web/api/globaleventhandlers/ondblclick/index.html
index a12610afcf..81e25a91e3 100644
--- a/files/fr/web/api/globaleventhandlers/ondblclick/index.html
+++ b/files/fr/web/api/globaleventhandlers/ondblclick/index.html
@@ -19,7 +19,7 @@ translation_of: Web/API/GlobalEventHandlers/ondblclick
<pre class="eval">element.ondblclick = function() { alert("Évènement dblclick détecté"); };
</pre>
<h3 id="Exemple">Exemple</h3>
-<pre>&lt;html&gt;
+<pre class="brush: html">&lt;html&gt;
&lt;head&gt;
&lt;title&gt;ondblclick event example&lt;/title&gt;
@@ -56,5 +56,4 @@ border: solid blue 2px;
<h3 id="Notes">Notes</h3>
<p>L'évènement <code>dblclick</code> est déclenché lorsque l'utilisateur double-clique sur un élément.</p>
<h3 id="Sp.C3.A9cification">Spécification</h3>
-<p>{{ DOM0() }}</p>
-<p>{{ languages( { "en": "en/DOM/element.ondblclick" } ) }}</p>
+<p>{{ DOM0() }}</p> \ No newline at end of file