diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-07 21:04:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-07 21:04:18 +0100 |
commit | b8411e69dbd90d499f9fe2f485c22511cf8b6505 (patch) | |
tree | c23e293c00a7a23d6e12475e26151f1af80a60e0 /files/fr/web/html/element/dl | |
parent | cef2032e46332b6df4aa644e5f8edeea24909f0f (diff) | |
download | translated-content-b8411e69dbd90d499f9fe2f485c22511cf8b6505.tar.gz translated-content-b8411e69dbd90d499f9fe2f485c22511cf8b6505.tar.bz2 translated-content-b8411e69dbd90d499f9fe2f485c22511cf8b6505.zip |
Fix HTML live sample errors (#3002)
Diffstat (limited to 'files/fr/web/html/element/dl')
-rw-r--r-- | files/fr/web/html/element/dl/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/html/element/dl/index.md b/files/fr/web/html/element/dl/index.md index 96ac217d7c..dc45b6dfc4 100644 --- a/files/fr/web/html/element/dl/index.md +++ b/files/fr/web/html/element/dl/index.md @@ -137,7 +137,7 @@ Cet élément inclut [les attributs universels](/fr/docs/Web/HTML/Global_attribu </dl> ``` -{{EmbedLiveSample("single_term_and_description", "", 120)}} +{{EmbedLiveSample("Un_seul_terme_et_une_seule_définition", "", 120)}} ### Plusieurs termes avec une même définition @@ -155,7 +155,7 @@ Cet élément inclut [les attributs universels](/fr/docs/Web/HTML/Global_attribu </dl> ``` -{{EmbedLiveSample("multiple_terms_single_description", "", 180)}} +{{EmbedLiveSample("Plusieurs_termes_avec_une_même_définition", "", 180)}} ### Un seul terme avec plusieurs définitions @@ -176,7 +176,7 @@ Cet élément inclut [les attributs universels](/fr/docs/Web/HTML/Global_attribu </dl> ``` -{{EmbedLiveSample("single_term_multiple_descriptions", "", 180)}} +{{EmbedLiveSample("Un_seul_terme_avec_plusieurs_définitions", "", 180)}} ### Termes et descriptions multiples |