diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.html')
| -rw-r--r-- | files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.html b/files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.html index 1736eb49c1..2ee8e5c568 100644 --- a/files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.html +++ b/files/fr/mozilla/add-ons/webextensions/manifest.json/manifest_version/index.html @@ -9,7 +9,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/manifest_version --- <p>{{AddonSidebar}}</p> -<table class="fullwidth-table standard-table"> +<table class="standard-table"> <tbody> <tr> <th scope="row" style="width: 30%;">Type</th> @@ -22,7 +22,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/manifest_version <tr> <th scope="row">Exemple</th> <td> - <pre class="brush: json no-line-numbers"> + <pre class="brush: json"> "manifest_version": 2</pre> </td> </tr> @@ -35,7 +35,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/manifest_version <h2 id="Exemple">Exemple</h2> -<pre class="brush: json no-line-numbers">"manifest_version": 2 +<pre class="brush: json">"manifest_version": 2 </pre> <h2 id="Comptabilité_des_navigateurs">Comptabilité des navigateurs</h2> |
