diff options
Diffstat (limited to 'files/fr/web/api/document/dragend_event/index.html')
-rw-r--r-- | files/fr/web/api/document/dragend_event/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/document/dragend_event/index.html b/files/fr/web/api/document/dragend_event/index.html index ce28cf1673..8435a6c7e4 100644 --- a/files/fr/web/api/document/dragend_event/index.html +++ b/files/fr/web/api/document/dragend_event/index.html @@ -136,7 +136,7 @@ translation_of: Web/API/Document/dragend_event <h2 id="Exemple">Exemple</h2> -<pre class="brush: js"><div class="dropzone"> +<pre class="brush: html"><div class="dropzone"> <div id="draggable" draggable="true" ondragstart="event.dataTransfer.setData('text/plain',null)"> This div is draggable </div> |