Welcome, guest!

Feel free to read the blog, browse for themes, or join the club.

Bug: Content-Type meta tag in latest version

  1. In "hooks-filters.php" on line 36 it should read:

    $content_type = '<meta http-equiv="Content-Type" content="' . get_bloginfo( 'html_type' ) . '; charset=' . get_bloginfo( 'charset' ) . '" />' . "\n";

    Notice the ';' character. Currently rendered HTML looks like this:

    text/html charset=UTF-8

    and should look like this:

    text/html; charset=UTF-8

    This confuses IE8 and it renders it as Western European if you have it enabled.

  2. You must be a logged-in exclusive member to view this reply.

Reply

You must log in to post.

Limited Access

If you have an account, please take a moment to log in.

Non-exclusive members have limited access to the support forums.

To enjoy the full range of support, sign up for an exclusive membership in the theme club.

Support Forums

  • Bliss Theme (253 posts)
  • Hybrid Theme (21,735 posts)
  • Options Theme (10,356 posts)
  • Structure Theme (2,747 posts)
  • Outline Theme (36 posts)
  • Visionary Theme (767 posts)
  • bbPress Themes (305 posts)
  • WordPress Plugins (2,045 posts)
  • General Discussion (5,276 posts)