diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-06-22 07:55:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 13:55:45 +0200 |
commit | 325a9a16506132e984a82bbfce18f9220e81fbb0 (patch) | |
tree | 91bc3309b5569ffc128143fa3babe8c04bd9e88c /files/es/web/api/url | |
parent | 54dab32379dd4758a25387f0736a04067383688b (diff) | |
download | translated-content-325a9a16506132e984a82bbfce18f9220e81fbb0.tar.gz translated-content-325a9a16506132e984a82bbfce18f9220e81fbb0.tar.bz2 translated-content-325a9a16506132e984a82bbfce18f9220e81fbb0.zip |
remove hidden bcd table from 'es' (#1271)
Diffstat (limited to 'files/es/web/api/url')
-rw-r--r-- | files/es/web/api/url/port/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/url/url/index.html | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/files/es/web/api/url/port/index.html b/files/es/web/api/url/port/index.html index fea61df62a..c7eb961c14 100644 --- a/files/es/web/api/url/port/index.html +++ b/files/es/web/api/url/port/index.html @@ -44,8 +44,6 @@ var result = url.port; // Devuelve:'80' <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> -<div class="hidden">La tabla de compatibilidad en esta página se genera a partir de datos estructurados. Si desea contribuir con los datos, consulte https://github.com/mdn/browser-compat-data y envíenos una solicitud de extracción.</div> - <p>{{Compat("api.URL.port")}}</p> <h2 id="Ver_también">Ver también</h2> diff --git a/files/es/web/api/url/url/index.html b/files/es/web/api/url/url/index.html index 978a7de9f9..a668c6a4d6 100644 --- a/files/es/web/api/url/url/index.html +++ b/files/es/web/api/url/url/index.html @@ -88,8 +88,6 @@ var d = new URL('/en-US/docs', b); // = <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> -<div class="hidden">La tabla de compatibilidad en esta página se genera a partir de datos estructurados. Si desea contribuir con los datos, consulte https://github.com/mdn/browser-compat-data y envíenos una solicitud de extracción.</div> - <p>{{Compat("api.URL.URL")}}</p> <h2 id="Ver_también">Ver también</h2> |