Index: /branches/release-36/default_templates/main_index.mtml
===================================================================
--- /branches/release-36/default_templates/main_index.mtml (revision 2062)
+++ /branches/release-36/default_templates/main_index.mtml (revision 2101)
@@ -3,6 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
 <head>
+    <$mt:include module="<__trans phrase="HTML Head">"$>
     <title><$MTBlogName encode_html="1"$></title>
-    <$mt:include module="<__trans phrase="HTML Head">"$>
     <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$MTLink template="rsd"$>" />
     <script type="text/javascript" src="<$MTLink template="javascript"$>"></script>
Index: /branches/release-36/default_templates/page.mtml
===================================================================
--- /branches/release-36/default_templates/page.mtml (revision 2062)
+++ /branches/release-36/default_templates/page.mtml (revision 2101)
@@ -3,6 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
 <head>
+    <$mt:include module="<__trans phrase="HTML Head">"$>
     <title><$MTPageTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title>
-    <$mt:include module="<__trans phrase="HTML Head">"$>
     <$MTEntryTrackbackData$>
     <script type="text/javascript" src="<$MTLink template="javascript"$>"></script>
Index: /branches/release-36/default_templates/comment_response.mtml
===================================================================
--- /branches/release-36/default_templates/comment_response.mtml (revision 1923)
+++ /branches/release-36/default_templates/comment_response.mtml (revision 2101)
@@ -20,6 +20,6 @@
 
 
+    <$mt:include module="<__trans phrase="HTML Head">"$>
     <title><$MTBlogName encode_html="1"$>: <$MTVar name="page_title"$></title>
-    <$mt:include module="<__trans phrase="HTML Head">"$>
 </head>
 <body id="<$mt:BlogTemplateSetID$>" class="<$mt:var name="body_class"$> <$MTVar name="page_layout"$>">
Index: /branches/release-36/default_templates/category_entry_listing.mtml
===================================================================
--- /branches/release-36/default_templates/category_entry_listing.mtml (revision 1923)
+++ /branches/release-36/default_templates/category_entry_listing.mtml (revision 2101)
@@ -3,6 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
 <head>
+    <$mt:include module="<__trans phrase="HTML Head">"$>
     <title><$MTBlogName encode_html="1"$>: <__trans phrase="[_1] Archives" params="<$MTArchiveTitle$>"></title>
-    <$mt:include module="<__trans phrase="HTML Head">"$>
 <mt:ignore>
     <!-- Include Next and Previous links if publishing a date-based archive -->
Index: /branches/release-36/default_templates/entry.mtml
===================================================================
--- /branches/release-36/default_templates/entry.mtml (revision 2062)
+++ /branches/release-36/default_templates/entry.mtml (revision 2101)
@@ -3,6 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
 <head>
+    <$mt:include module="<__trans phrase="HTML Head">"$>
     <title><$MTEntryTitle encode_html="1"$> - <$MTBlogName encode_html="1"$></title>
-    <$mt:include module="<__trans phrase="HTML Head">"$>
     <MTEntryPrevious><link rel="prev" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" rel="bookmark" /></MTEntryPrevious>
     <MTEntryNext><link rel="next" href="<$MTEntryPermalink$>" title="<$MTEntryTitle encode_html="1"$>" rel="bookmark" /></MTEntryNext>
Index: /branches/release-36/default_templates/archive_index.mtml
===================================================================
--- /branches/release-36/default_templates/archive_index.mtml (revision 1923)
+++ /branches/release-36/default_templates/archive_index.mtml (revision 2101)
@@ -3,6 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
 <head>
+    <$mt:include module="<__trans phrase="HTML Head">"$>
     <title><$MTBlogName encode_html="1"$>: <__trans phrase="Archives"></title>
-    <$mt:include module="<__trans phrase="HTML Head">"$>
 </head>
 <body id="<$mt:BlogTemplateSetID$>" class="mt-archive-index <$MTVar name="page_layout"$>">
Index: /branches/release-36/default_templates/search_results.mtml
===================================================================
--- /branches/release-36/default_templates/search_results.mtml (revision 2062)
+++ /branches/release-36/default_templates/search_results.mtml (revision 2101)
@@ -3,6 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
 <head>
+    <$mt:include module="<__trans phrase="HTML Head">"$>
     <title><$MTBlogName encode_html="1"$>: <__trans phrase="Search Results"></title>
-    <$mt:include module="<__trans phrase="HTML Head">"$>
     <MTIgnore>Below Javascript adds ajax search capability</MTIgnore>
     <script type="text/javascript">
Index: /branches/release-36/default_templates/dynamic_error.mtml
===================================================================
--- /branches/release-36/default_templates/dynamic_error.mtml (revision 1923)
+++ /branches/release-36/default_templates/dynamic_error.mtml (revision 2101)
@@ -3,6 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
 <head>
+    <$mt:include module="<__trans phrase="HTML Head">"$>
     <title><$MTBlogName encode_html="1"$>: <__trans phrase="Page Not Found"></title>
-    <$mt:include module="<__trans phrase="HTML Head">"$>
 </head>
 <body id="<$mt:BlogTemplateSetID$>" class="mt-dynamic-error <$MTVar name="page_layout"$>">
Index: /branches/release-36/default_templates/comment_preview.mtml
===================================================================
--- /branches/release-36/default_templates/comment_preview.mtml (revision 2062)
+++ /branches/release-36/default_templates/comment_preview.mtml (revision 2101)
@@ -3,6 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
 <head>
+    <$mt:include module="<__trans phrase="HTML Head">"$>
     <title><$MTBlogName encode_html="1"$>: <__trans phrase="Previewing your Comment"></title>
-    <$mt:include module="<__trans phrase="HTML Head">"$>
     <script type="text/javascript">
     /* <![CDATA[ */
Index: /branches/release-36/default_templates/monthly_entry_listing.mtml
===================================================================
--- /branches/release-36/default_templates/monthly_entry_listing.mtml (revision 1923)
+++ /branches/release-36/default_templates/monthly_entry_listing.mtml (revision 2101)
@@ -3,6 +3,6 @@
 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
 <head>
+    <$mt:include module="<__trans phrase="HTML Head">"$>
     <title><$MTBlogName encode_html="1"$>: <__trans phrase="[_1] Archives" params="<$MTArchiveTitle$>"></title>
-    <$mt:include module="<__trans phrase="HTML Head">"$>
 <mt:ignore>
     <!-- Include Next and Previous links if publishing a date-based archive -->
