aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/exslt/set/intersection
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-11 08:09:49 +0100
committerGitHub <noreply@github.com>2021-11-11 08:09:49 +0100
commit8e4b6a2591e41a2f09549c99bf077a596703c2ac (patch)
treeabd4852fa1e7e55a33f5c206ed10b7369b9f797f /files/fr/web/exslt/set/intersection
parent0c7447342f42b5d181db04f6b5459b052270d9b7 (diff)
downloadtranslated-content-8e4b6a2591e41a2f09549c99bf077a596703c2ac.tar.gz
translated-content-8e4b6a2591e41a2f09549c99bf077a596703c2ac.tar.bz2
translated-content-8e4b6a2591e41a2f09549c99bf077a596703c2ac.zip
Fix MD conversion errors (#3016)
Diffstat (limited to 'files/fr/web/exslt/set/intersection')
-rw-r--r--files/fr/web/exslt/set/intersection/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/fr/web/exslt/set/intersection/index.html b/files/fr/web/exslt/set/intersection/index.html
index 133fc503dc..6deb3a4338 100644
--- a/files/fr/web/exslt/set/intersection/index.html
+++ b/files/fr/web/exslt/set/intersection/index.html
@@ -11,12 +11,12 @@ translation_of: Web/EXSLT/set/intersection
<p><br>
<code>set:intersection()</code> retourne l'intersection de deux ensembles de nœuds. En d'autres termes, cette fonction retourne un ensemble de nœuds contenant tous les nœuds appartenant aux deux ensembles de nœuds.</p>
-<h3 id="Syntaxe" name="Syntaxe">Syntaxe</h3>
+<h3 id="Syntaxe">Syntaxe</h3>
<pre class="eval">set:intersection(<em>ensembleNœuds1</em>,<em>ensembleNœuds2</em>)
</pre>
-<h3 id="Arguments" name="Arguments">Arguments</h3>
+<h3 id="Arguments">Arguments</h3>
<dl>
<dt><code>ensembleNœuds1</code></dt>
@@ -25,16 +25,16 @@ translation_of: Web/EXSLT/set/intersection
<dd>Le second ensemble de nœuds.</dd>
</dl>
-<h3 id="Retourne" name="Retourne">Retourne</h3>
+<h3 id="Retourne">Retourne</h3>
<p>Un ensemble de nœuds contenant les nœuds appartenant à la fois à<em>ensembleNœuds</em> et à<em>ensembleNœuds</em>.</p>
-<h3 id="D.C3.A9finition" name="D.C3.A9finition">Définition</h3>
+<h3 id="D.C3.A9finition">Définition</h3>
<ul>
<li><a class="external" href="http://www.exslt.org/set/functions/intersection/">EXSLT - SET:INTERSECTION</a></li>
</ul>
-<h3 id="Support_par_Gecko" name="Support_par_Gecko">Support par Gecko</h3>
+<h3 id="Support_par_Gecko">Support par Gecko</h3>
<p>Supporté par Gecko 1.9 et ultérieur.</p>