diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-19 11:00:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 11:00:46 -0400 |
commit | f18dcae78c88f29bf1e79c014621d45097e38999 (patch) | |
tree | 31701f963270209994b629a4e6e483aae4de6327 /files/es/glossary | |
parent | 4ff8d748f719857be138e95b00adbf9783688753 (diff) | |
download | translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.gz translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.bz2 translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.zip |
correct to Quick_links (not Quick_Links) (#2138)
Diffstat (limited to 'files/es/glossary')
-rw-r--r-- | files/es/glossary/accessibility_tree/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/call_stack/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/character_set/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/first-class_function/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/identifier/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/main_thread/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/php/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/pop/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/primitive/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/smtp/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/type_coercion/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/whitespace/index.html | 2 | ||||
-rw-r--r-- | files/es/glossary/wrapper/index.html | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/files/es/glossary/accessibility_tree/index.html b/files/es/glossary/accessibility_tree/index.html index 0944f31397..812e74631a 100644 --- a/files/es/glossary/accessibility_tree/index.html +++ b/files/es/glossary/accessibility_tree/index.html @@ -28,7 +28,7 @@ translation_of: Glossary/Accessibility_tree <p>Además, el árbol de accesibilidad usualmente contiene información sobre lo que se puede hacer con un elemento: <em>seguir</em> un enlace, <em>completar</em> un cuadro de texto, etc.</p> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li><a href="/en-US/docs/Glossary">Glossary</a> diff --git a/files/es/glossary/call_stack/index.html b/files/es/glossary/call_stack/index.html index 3eea4ae1cc..9980c2811a 100644 --- a/files/es/glossary/call_stack/index.html +++ b/files/es/glossary/call_stack/index.html @@ -80,7 +80,7 @@ saludar(); <li>{{Interwiki("wikipedia", "Pila de llamadas")}} en Wikipedia</li> </ul> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ul> <li><a href="/es-ES/docs/Glossary">Glosario</a> diff --git a/files/es/glossary/character_set/index.html b/files/es/glossary/character_set/index.html index cbfc145643..5fbd2851e0 100644 --- a/files/es/glossary/character_set/index.html +++ b/files/es/glossary/character_set/index.html @@ -14,7 +14,7 @@ original_slug: Glossary/conjunto_de_caracteres <p>Si un conjunto de caracteres se usa incorrectamente (por ejemplo, Unicode para un artículo codificado en Big5), es posible que no vean más que caracteres rotos, que se llaman {{Interwiki("wikipedia", "Mojibake")}}.</p> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li>Artículos de Wikipedia <ol> diff --git a/files/es/glossary/first-class_function/index.html b/files/es/glossary/first-class_function/index.html index 1d1e569277..c980b4685c 100644 --- a/files/es/glossary/first-class_function/index.html +++ b/files/es/glossary/first-class_function/index.html @@ -98,7 +98,7 @@ diHola()(); <h3 id="Conocimiento_general">Conocimiento general</h3> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li>{{Interwiki("wikipedia", "First-class_function", "First-class functions")}} on Wikipedia</li> <li><a href="/en-US/docs/Glossary">MDN Web Docs Glossary</a> diff --git a/files/es/glossary/identifier/index.html b/files/es/glossary/identifier/index.html index cda711dece..2cbf247479 100644 --- a/files/es/glossary/identifier/index.html +++ b/files/es/glossary/identifier/index.html @@ -24,7 +24,7 @@ original_slug: Glossary/Identificador <li>{{interwiki("wikipedia", "Identificador#Identificadores_en_lenguajes_informáticos", "Identificador")}} en Wikipedia</li> </ul> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li><a href="/es/docs/Glossary">Glosario</a> diff --git a/files/es/glossary/main_thread/index.html b/files/es/glossary/main_thread/index.html index f58296fe3f..07dd035bae 100644 --- a/files/es/glossary/main_thread/index.html +++ b/files/es/glossary/main_thread/index.html @@ -13,7 +13,7 @@ original_slug: Glossary/Hilo_principal <p>A menos que use intencionalmente un trabajador web, como un trabajador de servicio, JavaScript se ejecuta en el hilo principal, por lo que es fácil que un script provoque retrasos en el procesamiento o la pintura de eventos. Cuanto menos trabajo se requiera del hilo principal, más puede responder ese hilo a los eventos del usuario, pintar y, en general, responder al usuario.</p> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li>See also <ol> diff --git a/files/es/glossary/php/index.html b/files/es/glossary/php/index.html index e1677eef56..ccd4177952 100644 --- a/files/es/glossary/php/index.html +++ b/files/es/glossary/php/index.html @@ -40,7 +40,7 @@ translation_of: Glossary/PHP echo $email; ?></pre> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li><a href="http://php.net/">Official website</a></li> <li>{{Interwiki("wikipedia", "PHP")}} en Wikipedia</li> diff --git a/files/es/glossary/pop/index.html b/files/es/glossary/pop/index.html index 2de8816ba8..e9f9a342f4 100644 --- a/files/es/glossary/pop/index.html +++ b/files/es/glossary/pop/index.html @@ -13,7 +13,7 @@ translation_of: Glossary/POP <p>Los clientes usualmente recuperan todos los mensajes y luego los eliminan del servidor, pero POP3 permite retener una copia en el servidor. Casi todos los servidores y clientes de correo actualmente soportan POP3.</p> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ul> <li><a href="https://es.wikipedia.org/wiki/Protocolo_de_oficina_de_correo">POP</a> en Wikipedia</li> <li><a href="https://tools.ietf.org/html/rfc1734">RFC 1734</a> (Especificación del mecanismo de autenticación de POP3)</li> diff --git a/files/es/glossary/primitive/index.html b/files/es/glossary/primitive/index.html index 2591883ebb..45229b6337 100644 --- a/files/es/glossary/primitive/index.html +++ b/files/es/glossary/primitive/index.html @@ -106,7 +106,7 @@ console.log(foo); // 5 <li>{{Interwiki("wikipedia", "Tipo de dato primitivo")}} en Wikipedia</li> </ul> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li>{{Link("/es/docs/Glossary")}} diff --git a/files/es/glossary/smtp/index.html b/files/es/glossary/smtp/index.html index 3a3591cd0e..1bf01916b1 100644 --- a/files/es/glossary/smtp/index.html +++ b/files/es/glossary/smtp/index.html @@ -13,7 +13,7 @@ translation_of: Glossary/SMTP <p>El protocolo es relativamente simple. Las complicaciones principales incluyen soportar varios mecanismos de autenticación (<a class="external" href="http://en.wikipedia.org/wiki/Generic_Security_Services_Application_Program_Interface"><abbr title="Generic Security Services Application Program Interface">GSSAPI</abbr></a>, <a class="external" href="http://en.wikipedia.org/wiki/CRAM-MD5"><abbr title="challenge-response authentication mechanism">CRAM-MD5</abbr></a>, <a class="external" href="http://en.wikipedia.org/wiki/NTLM"><abbr title="NT LAN Manager">NTLM</abbr></a>, MSN, AUTH LOGIN, AUTH PLAIN, etc.), manejo de respuestas de error, y retroceder cuando los mecanismos de autenticación fallan (p. ej., el servidor asegura que soporta un mecanismo, pero no).</p> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li><a href="/es/docs/Glossary">Glosario</a> diff --git a/files/es/glossary/type_coercion/index.html b/files/es/glossary/type_coercion/index.html index 7260ab3c2d..a56d69d09c 100644 --- a/files/es/glossary/type_coercion/index.html +++ b/files/es/glossary/type_coercion/index.html @@ -20,4 +20,4 @@ console.log(suma);</pre> <pre class="brush: js">sumar = Number(valor1) + valor2</pre> -<section class="Quick_links" id="Quick_Links"></section> +<section id="Quick_links"></section> diff --git a/files/es/glossary/whitespace/index.html b/files/es/glossary/whitespace/index.html index 05638d15ef..b85fe6e3d0 100644 --- a/files/es/glossary/whitespace/index.html +++ b/files/es/glossary/whitespace/index.html @@ -18,7 +18,7 @@ original_slug: Glossary/Espacio_en_blanco <p>La <a href="https://www.ecma-international.org/ecma-262/6.0/#sec-white-space">especificación del lenguaje ECMAScript® 2015</a> establece varios puntos de código Unicode como espacio en blanco: <code>U+0009</code> CARACTERES de TABULACIÓN <TAB>, <code>U+000B</code> TABULACIÓN DE LÍNEA <VT>, <code>U+000C</code> FORM FEED <FF>, <code>U+0020</code> ESPACIO <SP>, <code>U+00A0</code> ESPACIO SIN ROTURA <NBSP>, <code>U+FEFF</code> ANCHO CERO NO -BREAK SPACE <ZWNBSP> y otra categoría “Zs” Cualquier otro punto de código Unicode “Separador, espacio” <USP>. Estos caracteres suelen ser innecesarios para la funcionalidad del código.</p> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li>Especificaciones <ol> diff --git a/files/es/glossary/wrapper/index.html b/files/es/glossary/wrapper/index.html index e6ecc8caa6..e265e08fb5 100644 --- a/files/es/glossary/wrapper/index.html +++ b/files/es/glossary/wrapper/index.html @@ -17,7 +17,7 @@ translation_of: Glossary/Wrapper <p>{{Interwiki("wikipedia", "Wrapper function")}} on Wikipedia</p> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li><a href="https://developer.mozilla.org/es/docs/Glossary">MDN Web Docs Glossary</a> |