Hola a todos.
Estoy haciendo una web en asp.net y cuando la valido me dice que esta todo correcto pero tiene un Passed, 1 warning(s)
Me dice que esta en:
Encoding: utf-8
Doctype: XHTML 1.0 Transitional
Root Element: html
Root Namespace:
http://www.w3.org/1999/xhtml
Warning:
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.
y los metas que tengo son estos:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta name="lang" content="es" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="reply-to" content="DATO" />
<meta name="title" content="DATO"/>
<meta name="googlebot" content="index follow" />
<meta name="robots" content="all" />
<meta name="distribution" content="global" />
<meta name="revisit-alter" content="7 days" />
POR QUE PUEDE SER????