diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/manifest.json/dictionaries/index.html')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/manifest.json/dictionaries/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/manifest.json/dictionaries/index.html b/files/fr/mozilla/add-ons/webextensions/manifest.json/dictionaries/index.html index 010f0455b2..1aad1f271c 100644 --- a/files/fr/mozilla/add-ons/webextensions/manifest.json/dictionaries/index.html +++ b/files/fr/mozilla/add-ons/webextensions/manifest.json/dictionaries/index.html @@ -10,7 +10,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/dictionaries --- <div>{{AddonSidebar}}</div> -<table class="fullwidth-table standard-table"> +<table class="standard-table"> <tbody> <tr> <th scope="row" style="width: 30%;">Type</th> @@ -23,7 +23,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/dictionaries <tr> <th scope="row">Exemple</th> <td> - <pre class="brush: json no-line-numbers"> + <pre class="brush: json"> "dictionaries": { "en-US": "dictionaries/en-US.dic" }</pre> @@ -36,7 +36,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/manifest.json/dictionaries <h2 id="Exemple">Exemple</h2> -<pre class="brush: json no-line-numbers">"dictionaries": { +<pre class="brush: json">"dictionaries": { "en-US": "dictionaries/en-US.dic" }</pre> |