Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/12/2009, 13:48
Avatar de jomaruro
jomaruro
Colaborador
 
Fecha de Ingreso: junio-2002
Ubicación: Naboo
Mensajes: 5.442
Antigüedad: 21 años, 9 meses
Puntos: 361
Respuesta: Error de XHTML 1.0 Transitional en W3C

Hola:

Cita:
Iniciado por Ascariz Ver Mensaje
The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (iso-8859-1). I will use the value from the HTTP header (utf-8) for this validation.
"La codificación de caracteres especificado en el encabezado HTTP (UTF-8) es diferente del valor en el elemento <meta> (ISO-8859-1).Voy a utilizar el valor de la cabecera HTTP (UTF-8) para esta validación.

Cambia la siguiente <meta>:

Cita:
Iniciado por Ascariz Ver Mensaje
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
por esta otra:

Código:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
a ver si así ya no te da error.

Saludos.