diff options
author | Clóvis Lima Júnior <clovis.junior@gmail.com> | 2021-07-17 00:14:43 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 00:14:43 -0300 |
commit | 191c9124aa6d992c1cd196a12aac6d1dbb5756e1 (patch) | |
tree | 4ef8484bb6661258989dcb0a9919302728d95d7e /files/pt-br/web/api/subtlecrypto | |
parent | 7267c8c97a1e4d170a0a68e34bc0b3e029f465c7 (diff) | |
download | translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.gz translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.tar.bz2 translated-content-191c9124aa6d992c1cd196a12aac6d1dbb5756e1.zip |
[pt-BR] Normalize titles and ids from the Browser_compatibility (#1115)
* [pt-BR] Normalize titles and ids from the Browser_compatibility
This change was done to maintaina pattern and
ease-in future modifications
* pt-br: Remove extra closing span tags
Diffstat (limited to 'files/pt-br/web/api/subtlecrypto')
4 files changed, 4 insertions, 4 deletions
diff --git a/files/pt-br/web/api/subtlecrypto/derivekey/index.html b/files/pt-br/web/api/subtlecrypto/derivekey/index.html index 16f39fb7e1..359ab77a39 100644 --- a/files/pt-br/web/api/subtlecrypto/derivekey/index.html +++ b/files/pt-br/web/api/subtlecrypto/derivekey/index.html @@ -139,7 +139,7 @@ window.crypto.subtle.importKey( </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/api/subtlecrypto/generatekey/index.html b/files/pt-br/web/api/subtlecrypto/generatekey/index.html index 0b2c8a8bb0..a943950f09 100644 --- a/files/pt-br/web/api/subtlecrypto/generatekey/index.html +++ b/files/pt-br/web/api/subtlecrypto/generatekey/index.html @@ -90,7 +90,7 @@ translation_of: Web/API/SubtleCrypto/generateKey </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/api/subtlecrypto/importkey/index.html b/files/pt-br/web/api/subtlecrypto/importkey/index.html index 15c4102162..8ceb197f42 100644 --- a/files/pt-br/web/api/subtlecrypto/importkey/index.html +++ b/files/pt-br/web/api/subtlecrypto/importkey/index.html @@ -80,7 +80,7 @@ translation_of: Web/API/SubtleCrypto/importKey </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{ CompatibilityTable() }}</p> diff --git a/files/pt-br/web/api/subtlecrypto/index.html b/files/pt-br/web/api/subtlecrypto/index.html index a949d1cfa5..a4e70118c1 100644 --- a/files/pt-br/web/api/subtlecrypto/index.html +++ b/files/pt-br/web/api/subtlecrypto/index.html @@ -70,7 +70,7 @@ translation_of: Web/API/SubtleCrypto </tbody> </table> -<h2 id="Compatibilidade_de_Browser">Compatibilidade de Browser</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> |