Saludos a todos, tenia mi web validada de html y css y hoy de repente me doy cuenta que ahora me salen errores en html y css sin haber tocado nada del code.
He intentado mirar como repararlos pero no doy con la solución, me podríais ayudar por favor.
La web esta hecha en joomla y e da estos errores:
CSS:
Error desconocido org.w3c.www.http.HttpInvalidValueException: Invalid content type.
HTML:
# Line 657, Column 7: end tag for "div" omitted, but OMITTAG NO was specified
</body>
You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
# Info Line 50, Column 1: start tag was here
<div id="page-body">
# Error Line 657, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 50 and body
</body>
# Error Line 658, Column 7: XML Parsing Error: Opening and ending tag mismatch: body line 44 and html
</html>
# Error Line 658, Column 7: XML Parsing Error: Premature end of data in tag html line 2
</html>
Espero vuestra ayuda, muchas gracias.