[pLog-svn] r555 - plog/trunk/templates/standard

subaochen at devel.plogworld.net subaochen at devel.plogworld.net
Tue Dec 21 13:44:49 GMT 2004


Author: subaochen
Date: 2004-12-21 13:44:48 +0000 (Tue, 21 Dec 2004)
New Revision: 555

Modified:
   plog/trunk/templates/standard/header.template
Log:
move meta ... charset tag before title tag, otherwise will not work with IE browser


Modified: plog/trunk/templates/standard/header.template
===================================================================
--- plog/trunk/templates/standard/header.template	2004-12-20 14:05:56 UTC (rev 554)
+++ plog/trunk/templates/standard/header.template	2004-12-21 13:44:48 UTC (rev 555)
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$locale->getLanguageId()}" lang="{$locale->getLanguageId()}" dir="{$locale->getDirection()}">
  <head>
+  <meta http-equiv="content-type" content="text/html; charset={$locale->getCharset()}" />
  <title>{$blog->getBlog()}{$postPageTitle}</title>
-  <meta http-equiv="content-type" content="text/html; charset={$locale->getCharset()}" />
  <meta name="generator" content="{$version}" />
  <meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
  <link rel="stylesheet" type="text/css" title="Style" href="{$url->getTemplateFile("style.css")}" />




More information about the pLog-svn mailing list