Ciao a tutti
nella revisione del mio sito dopo aver cambiato il meta tag
<meta charset="utf-8" />
Il validatore w3c ha iniziato a fare questo errore:
Error: Document served with malformed Content-Type header: text/html; charset: utf-8. Expected an =sign but saw : instead.
Nella parte PHP ho inserito:
header('Content-Type: text/html; charset=utf-8');
Cosa devo fare per favore per ovviare a questo errore?
Grazie
PD
Il mio sito è www.iomla.net