validator wyrzuca mi nieoczekiwany błąd- character encoding mismatch: "The character encoding specified in the HTTP header (iso-8859-2) is different from the value in the XML declaration (windows-1251). I will use the value from the HTTP header (iso-8859-2)."
Robię rosyjką wersję strony. Poczatek wygląda tak i nie wiem co tu źle :-(
<?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=\"ru\" lang=\"ru\"> <head> <title>title</title> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1251\" /> <meta name=\"keywords\" content=\"\" /> <meta name=\"description\" content=\"\" /> <meta name=\"Author\" content=\"\" /> <meta name=\"Reply-To\" content=\"\" /> <meta name=\"Robots\" content=\"index, follow\" /> </head>
Z góry dzieki za pomoc. Pozdrawiam.