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:
parent
c9c0ad10dd
commit
1932ae4455
@ -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
Block a user