Ciao a tutti,
il validatore w3c mi riporta questo errore
Error Document served with malformed Content-Type header:text/html; charset: utf-8.
Expected an = sign but saw : instead.
cosa devo fare a per correggere questo errore sapendo che il mio header lato php è:
header('Content-Type: text/html; charset=utf-8');
e lato html ho:
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
Grazie