Add charset and such, fixes #1831
git-svn-id: http://svn.automattic.com/wordpress/trunk@3073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d91b877545
commit
f1bd822833
|
@ -208,6 +208,7 @@ die('This script was not meant to be called directly.');
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" />
|
||||
<meta http-equiv="imagetoolbar" content="no" />
|
||||
<script type="text/javascript">
|
||||
/* Define any variables we'll need, such as alternate URLs. */
|
||||
|
|
Loading…
Reference in New Issue