Show
Ignore:
Timestamp:
04/25/08 06:58:29 (19 months ago)
Author:
fumiakiy
Message:

Moved <title> after Content-Type meta; Internet Explorer can't render contents if title contains non-ASCII characters and comes before Content-Type meta.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-36/default_templates/entry.mtml

    r2062 r2101  
    33<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 
    44<head> 
     5    <$mt:include module="<__trans phrase="HTML Head">"$> 
    56    <title><$MTEntryTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title> 
    6     <$mt:include module="<__trans phrase="HTML Head">"$> 
    77    <MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" rel="bookmark" /></MTEntryPrevious> 
    88    <MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" rel="bookmark" /></MTEntryNext>