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/eventsource | |
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/eventsource')
-rw-r--r-- | files/pt-br/web/api/eventsource/eventsource/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/eventsource/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/api/eventsource/onerror/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/pt-br/web/api/eventsource/eventsource/index.html b/files/pt-br/web/api/eventsource/eventsource/index.html index 30db3e3761..c0b6075adf 100644 --- a/files/pt-br/web/api/eventsource/eventsource/index.html +++ b/files/pt-br/web/api/eventsource/eventsource/index.html @@ -66,7 +66,7 @@ evtSource.onmessage = function(e) { <ul> </ul> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{CompatibilityTable}}</p> diff --git a/files/pt-br/web/api/eventsource/index.html b/files/pt-br/web/api/eventsource/index.html index 40f32f86dd..a17c717607 100644 --- a/files/pt-br/web/api/eventsource/index.html +++ b/files/pt-br/web/api/eventsource/index.html @@ -92,7 +92,7 @@ evtSource<span class="punctuation token">.</span>onmessage <span class="operator </tbody> </table> -<h2 id="Compatibilidade_de_Navegadores">Compatibilidade de Navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> diff --git a/files/pt-br/web/api/eventsource/onerror/index.html b/files/pt-br/web/api/eventsource/onerror/index.html index c162512176..6221e01bd0 100644 --- a/files/pt-br/web/api/eventsource/onerror/index.html +++ b/files/pt-br/web/api/eventsource/onerror/index.html @@ -43,7 +43,7 @@ translation_of: Web/API/EventSource/onerror <ul> </ul> -<h2 id="Compatibilidade_de_navegadores">Compatibilidade de navegadores</h2> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <div>{{CompatibilityTable}}</div> |