diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-18 17:16:33 -0700 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-03-21 00:31:49 +0800 |
commit | 8b6621966195ae20c972e812d5cdbed2b6146675 (patch) | |
tree | d4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/es/web/api/navigator | |
parent | e73670462cbf6600f4fb821054320743d86de204 (diff) | |
download | translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2 translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip |
remove fx_minversion_header macro calls
Diffstat (limited to 'files/es/web/api/navigator')
-rw-r--r-- | files/es/web/api/navigator/registerprotocolhandler/index.html | 3 | ||||
-rw-r--r-- | files/es/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/files/es/web/api/navigator/registerprotocolhandler/index.html b/files/es/web/api/navigator/registerprotocolhandler/index.html index a2a57f7ae3..9cfc1eb165 100644 --- a/files/es/web/api/navigator/registerprotocolhandler/index.html +++ b/files/es/web/api/navigator/registerprotocolhandler/index.html @@ -6,8 +6,7 @@ tags: - Referencia_DOM_de_Gecko translation_of: Web/API/Navigator/registerProtocolHandler --- -<p> </p> -<p>{{ ApiRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ ApiRef() }}</p> <h3 id="Resumen" name="Resumen">Resumen</h3> <p>Permite que las páginas web se registren por si mismas como posibles manejadores para protocolos concretos.</p> <h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3> diff --git a/files/es/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html b/files/es/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html index 2f72c52dc9..0100f4b194 100644 --- a/files/es/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html +++ b/files/es/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html @@ -7,8 +7,6 @@ tags: - HTML5 translation_of: Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers --- -<div>{{Fx_minversion_header(3)}}</div> - <h2 id="Background" name="Background">Antecedentes</h2> <p>Es bastante común encontrar enlaces de páginas web a recursos que no usan protocolos <code>http</code>. Un ejemplo es el protocolo <code>mailto:</code>:</p> |