1614,1620c1614
< 		  if ( (preg_match("/Mozilla|Gecko|W3C_Validator|MathPlayer/", $_SERVER["HTTP_USER_AGENT"])
< 			&& !preg_match("/Chimera|Camino|KHTML/",$_SERVER["HTTP_USER_AGENT"]))
< 		       || preg_match("/Camino.*MathML-Enabled/", $_SERVER["HTTP_USER_AGENT"]) ) {
< 		    header("Content-type: application/xhtml+xml; charset=utf-8");
< 		  } else {
< 		    header("Content-type: text/html; charset=utf-8");
< 		  }
---
> 			@header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
