diff options
Diffstat (limited to 'files/fr/web/api/nodelist/foreach/index.html')
-rw-r--r-- | files/fr/web/api/nodelist/foreach/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/web/api/nodelist/foreach/index.html b/files/fr/web/api/nodelist/foreach/index.html index 7ab1ed297b..0a0eb9f1a8 100644 --- a/files/fr/web/api/nodelist/foreach/index.html +++ b/files/fr/web/api/nodelist/foreach/index.html @@ -46,7 +46,7 @@ translation_of: Web/API/NodeList/forEach <h2 id="Exemple">Exemple</h2> -<pre class="brush: js;highlight:[6]">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"); |