aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorKrapp <krappramiro@disroot.org>2022-03-15 11:05:56 -0300
committerGitHub <noreply@github.com>2022-03-15 08:05:56 -0600
commite1f35981b728d794d3c90d856196c684785c3a40 (patch)
treea962dd02f3991af0da70cac1d84739188f54b322 /files
parentf73476ee1503c3765f586bb5196279cff3634b9c (diff)
downloadtranslated-content-e1f35981b728d794d3c90d856196c684785c3a40.tar.gz
translated-content-e1f35981b728d794d3c90d856196c684785c3a40.tar.bz2
translated-content-e1f35981b728d794d3c90d856196c684785c3a40.zip
Fixed an unclosed </td> tag (#4637)
the tag was /td> instead of </td>
Diffstat (limited to 'files')
-rw-r--r--files/es/web/guide/ajax/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/guide/ajax/index.html b/files/es/web/guide/ajax/index.html
index a2ea3a27cd..1b7bf3f69d 100644
--- a/files/es/web/guide/ajax/index.html
+++ b/files/es/web/guide/ajax/index.html
@@ -46,7 +46,7 @@ Una introducción a AJAX.</div>
<dd><small>Artículo avanzado que muestra un patrón de diseño para desarrollar con AJAX, haciendo el modelo de la aplicación como web-services, la interface (view) con HTML y el controlador (controller) en Javascript, para crear aplicaciones siguiendo el paradigma MVC. Herramientas: Prototype, JSON y CSS.</small></dd>
</dl>
- /td>
+ </td>
<td>
<h4 id="Comunidad" name="Comunidad">Comunidad</h4>