aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/nodelist/keys/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/nodelist/keys/index.html')
-rw-r--r--files/fr/web/api/nodelist/keys/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/nodelist/keys/index.html b/files/fr/web/api/nodelist/keys/index.html
index 6f4f693c1a..79da27b5b6 100644
--- a/files/fr/web/api/nodelist/keys/index.html
+++ b/files/fr/web/api/nodelist/keys/index.html
@@ -23,7 +23,7 @@ translation_of: Web/API/NodeList/keys
<h2 id="Exemple">Exemple</h2>
-<pre class="brush: js;highlight:[13]">var node = document.createElement("div");
+<pre class="brush: js">var node = document.createElement("div");
var kid1 = document.createElement("p");
var kid2 = document.createTextNode("hey");
var kid3 = document.createElement("span");