diff options
author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-11-11 07:49:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 07:49:22 +0100 |
commit | b0de33a26f8da7a77078e9eda0f07afed5d04e4c (patch) | |
tree | d21720fba8599b524e7af3af2b401157de9f6922 | |
parent | 08e5d65aa816c4a3b6a9680360e8b0daf4079bf2 (diff) | |
download | translated-content-b0de33a26f8da7a77078e9eda0f07afed5d04e4c.tar.gz translated-content-b0de33a26f8da7a77078e9eda0f07afed5d04e4c.tar.bz2 translated-content-b0de33a26f8da7a77078e9eda0f07afed5d04e4c.zip |
Fix single md conversion error for plugins docs (#3010)
-rw-r--r-- | files/fr/plugins/guide/constants/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/plugins/guide/constants/index.html b/files/fr/plugins/guide/constants/index.html index 1c1cac197b..a91db39d86 100644 --- a/files/fr/plugins/guide/constants/index.html +++ b/files/fr/plugins/guide/constants/index.html @@ -10,7 +10,8 @@ translation_of_original: NPAPI/Constants original_slug: NPAPI/Constantes --- <p>Cette section est une référence au définitions utilisées par l'API Plug-in. Toutes les définitions proviennent de npapi.h.</p> -<h3 id="Error_Codes" name="Error_Codes">Codes Erreur</h3> +<h3>Codes Erreur</h3> + <table class="standard-table"> <tbody> <tr> |