diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:33:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:33:49 -0400 |
commit | 4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4 (patch) | |
tree | 0450d8e183c235b7ce07e9c34be2220e6ae1eab2 /files/es/games/introduction | |
parent | a0187295debbfe75d4409f360ba7e0ff765ca2f3 (diff) | |
download | translated-content-4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4.tar.gz translated-content-4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4.tar.bz2 translated-content-4c9408f79ed6ccf2b81c4cfaf73cb34cf4d25eb4.zip |
Remove link title attributes thats just the href es (#1737)
* remove link 'title' attributes that's just the 'href' (es)
* a couple more
Diffstat (limited to 'files/es/games/introduction')
-rw-r--r-- | files/es/games/introduction/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/es/games/introduction/index.html b/files/es/games/introduction/index.html index 60f96afec0..2a46e8cb15 100644 --- a/files/es/games/introduction/index.html +++ b/files/es/games/introduction/index.html @@ -36,7 +36,7 @@ original_slug: Games/Introduccion </tr> <tr> <td><strong>Graficos</strong></td> - <td><a href="/es/docs/WebGL" title="/en-US/docs/WebGL">WebGL</a> (<a href="http://www.khronos.org/opengles/" title="http://www.khronos.org/opengles/">OpenGL ES</a> 2.0)</td> + <td><a href="/es/docs/WebGL" title="/en-US/docs/WebGL">WebGL</a> (<a href="http://www.khronos.org/opengles/">OpenGL ES</a> 2.0)</td> </tr> <tr> <td><strong>Entrada</strong></td> @@ -44,7 +44,7 @@ original_slug: Games/Introduccion </tr> <tr> <td><strong>Lenguaje</strong></td> - <td><a href="/es/docs/JavaScript" title="/en-US/docs/JavaScript">JavaScript</a> (o C/C++ usando <a href="https://github.com/kripken/emscripten/wiki" title="https://github.com/kripken/emscripten/wiki">Emscripten</a> para compilar a JavaScript)</td> + <td><a href="/es/docs/JavaScript" title="/en-US/docs/JavaScript">JavaScript</a> (o C/C++ usando <a href="https://github.com/kripken/emscripten/wiki">Emscripten</a> para compilar a JavaScript)</td> </tr> <tr> <td><strong>Redes</strong></td> |