el xhtml validator me arroja este error, no se como solucionarlo, abajo les dejo el errr y el header de la web.
alguien puede ayudarme...?
saludos y gracias!
character Encoding mismatch!
The character encoding specified in the HTTP header (iso-8859-1) is different from the value in the <meta> element (utf-8). I will use the value from the HTTP header (iso-8859-1) for this validation.
Código PHP:
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Pligg Content Management System" />
<meta name="keywords" content="Pligg Content Management System" />
<meta name="Language" content="es-mx" />
<meta name="Robots" content="All" />
<link rel="stylesheet" type="text/css" href="/es/templates/pliggblue/css/style.css" media="screen" />
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="/es/templates/pliggblue/css/ie6.css" media="screen" />
<script type="text/javascript">
if (typeof blankImg == 'undefined') var blankImg = '/es/templates/pliggblue/images/blank.gif';
</script>
<style type="text/css" media="screen">
body {behavior:url(/es/templates/pliggblue/css/iehfix.htc); }
img {behavior:url(/es/templates/pliggblue/css/iepngfix.htc); }
</style>
<![endif]-->
<script src="/es/modules/scriptaculous/js/pligg_effects-min.js" type="text/javascript"></script><script src="/es/modules/scriptaculous/js/EditInPlace.js" type="text/javascript"></script><script src="/es/modules/scriptaculous/js/dragdrop.js" type="text/javascript"></script>
<script src="/es/3rdparty/speller/spellChecker.js" type="text/javascript"></script>
<title>PligTorrent / Admin</title>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://pligtorrent.com/es/rss.php"/>
<link rel="icon" href="/es/favicon.ico" type="image/x-icon"/>
</head>