17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1326 Views |
-
xmlns dissapear from HTML header

21 May 2007 at 1:23pm
Hi,
I have in the beginning of my template:<html xmlns="http://www.w3.org/1999/xhtml" lang="en" >
but when I do "view source" in my firefox, then i see only
<html lang="en" >
I have to put
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" lang="en" >
to the template to see it right in the browser.
-
Re: xmlns dissapear from HTML header

21 May 2007 at 1:29pm
This could be to do with the fact ContentNegotiator is rewriting the XHTML doctype you're using to HTML 4.01. Either do the following:
To disable content negotiation:
add ContentNegotiator::disable(); to _config.php
Or, to amend the problem without disabling the content negotiator, add
<?xml version="1.0" encoding="UTF-8"?> before the doctype.Cheers,
Sean
| 1326 Views | ||
|
Page:
1
|
Go to Top |


