diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-09-27 19:52:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-27 19:52:26 +0200 |
commit | b57379257281efd293e51237969a8553a7c58ae7 (patch) | |
tree | 37d1e1dee8f3ab8a5e4d953d121f80f647a94b5e /files/fr/web/api/htmlelement/offsetparent | |
parent | f139538f3148990f7b61d94f75d96381985a0c0e (diff) | |
download | translated-content-b57379257281efd293e51237969a8553a7c58ae7.tar.gz translated-content-b57379257281efd293e51237969a8553a7c58ae7.tar.bz2 translated-content-b57379257281efd293e51237969a8553a7c58ae7.zip |
Fix web api fr upstream h2m (#2597)
* fix html examples with script
* remove languages macro
* enclose code words in <code> to avoid dot escape
Diffstat (limited to 'files/fr/web/api/htmlelement/offsetparent')
-rw-r--r-- | files/fr/web/api/htmlelement/offsetparent/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/files/fr/web/api/htmlelement/offsetparent/index.html b/files/fr/web/api/htmlelement/offsetparent/index.html index 5e278fefe9..4f3775191e 100644 --- a/files/fr/web/api/htmlelement/offsetparent/index.html +++ b/files/fr/web/api/htmlelement/offsetparent/index.html @@ -18,5 +18,4 @@ translation_of: Web/API/HTMLElement/offsetParent <li><code>objetParent</code> est une référence à l'élément dans lequel l'élément courant est positionné.</li> </ul> <h3 id="Sp.C3.A9cification">Spécification</h3> -<p>{{ DOM0() }}</p> -<p>{{ languages( { "en": "en/DOM/element.offsetParent", "pl": "pl/DOM/element.offsetParent" } ) }}</p> +<p>{{ DOM0() }}</p>
\ No newline at end of file |