aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/document/drag_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/document/drag_event/index.html')
-rw-r--r--files/fr/web/api/document/drag_event/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/document/drag_event/index.html b/files/fr/web/api/document/drag_event/index.html
index e244f365a0..18ffca7385 100644
--- a/files/fr/web/api/document/drag_event/index.html
+++ b/files/fr/web/api/document/drag_event/index.html
@@ -138,7 +138,7 @@ translation_of: Web/API/Document/drag_event
<h2 id="Exemple">Exemple</h2>
-<pre class="brush: js">&lt;div class="dropzone"&gt;
+<pre class="brush: html">&lt;div class="dropzone"&gt;
&lt;div id="draggable" draggable="true" ondragstart="event.dataTransfer.setData('text/plain',null)"&gt;
This div is draggable
&lt;/div&gt;