On Mon, 24 Sep 2001, Gannon Dick wrote: > With the XHTML 1.1 DTD, this is successfully auto-detected: > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > > This is not detected, although I think it should be: > <meta name="Content-Type" content="text/html; charset=utf-8" /> > > I have no idea why. Anybody know? You used the "name" attribute instead of "http-equiv". Content-Type is an HTTP header, so you need to use "http-equiv". -- Liam QuinnReceived on Monday, 24 September 2001 23:28:36 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:58:24 UTC