Add charset and such, fixes #1831

git-svn-id: https://develop.svn.wordpress.org/trunk@3073 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-11-14 09:45:13 +00:00
parent c9c0ad10dd
commit 1932ae4455
1 changed files with 1 additions and 0 deletions

View File

@ -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. */