Index: /branches/release-38/default_templates/entry_summary.mtml
===================================================================
--- /branches/release-38/default_templates/entry_summary.mtml (revision 2376)
+++ /branches/release-38/default_templates/entry_summary.mtml (revision 2394)
@@ -2,5 +2,5 @@
 <div id="entry-<$MTEntryID$>" class="entry-asset asset hentry">
     <div class="asset-header">
-        <h2 class="asset-name entry-title" rel="bookmark"><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h2>
+        <h2 class="asset-name entry-title"><a href="<$MTEntryPermalink$>" rel="bookmark"><$MTEntryTitle$></a></h2>
         <div class="asset-meta">
             <span class="byline">
Index: /branches/release-38/default_templates/recent_comments.mtml
===================================================================
--- /branches/release-38/default_templates/recent_comments.mtml (revision 2052)
+++ /branches/release-38/default_templates/recent_comments.mtml (revision 2394)
@@ -7,7 +7,5 @@
         <ul class="recent-comments-list">
         </mt:CommentsHeader>
-            <li>
-                <__trans phrase="<a href="[_1]">[_2] commented on [_3]</a>: [_4]" params="<mt:CommentEntry><$mt:EntryPermalink$></mt:CommentEntry>#comment-<$mt:CommentID$>%%<$mt:CommentAuthor$>%%<mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry>%%<$mt:CommentBody remove_html="1" trim_to="10"$>">
-            </li>
+            <li><__trans phrase="<a href="[_1]">[_2] commented on [_3]</a>: [_4]" params="<mt:CommentEntry><$mt:EntryPermalink$></mt:CommentEntry>#comment-<$mt:CommentID$>%%<$mt:CommentAuthor$>%%<mt:CommentEntry><$mt:EntryTitle$></mt:CommentEntry>%%<$mt:CommentBody remove_html="1" trim_to="10"$>"></li>
         <mt:CommentsFooter>
         </ul>
Index: /branches/release-38/default_templates/signin.mtml
===================================================================
--- /branches/release-38/default_templates/signin.mtml (revision 2392)
+++ /branches/release-38/default_templates/signin.mtml (revision 2394)
@@ -2,5 +2,5 @@
 <div class="widget-sign-in widget">
     <h3 class="widget-header"><__trans phrase="Sign In"></h3>
-    <div class="widget-content" id="signin-widget-content"></div>
+    <div id="signin-widget-content" class="widget-content"></div>
 </div>
 <script type="text/javascript">
Index: /branches/release-38/default_templates/comments.mtml
===================================================================
--- /branches/release-38/default_templates/comments.mtml (revision 2393)
+++ /branches/release-38/default_templates/comments.mtml (revision 2394)
@@ -19,12 +19,14 @@
                     <div class="asset-meta">
                         <span class="byline">
-                            <mt:IfCommentParent>
-                                <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<$MTCommentAuthorIdentity$> <span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>">
-                            <mt:else>
-                                <$MTCommentAuthorIdentity$>
-                                <span class="vcard author"><$MTCommentAuthorLink$></span>
-                            </mt:IfCommentParent>
+                            <$MTCommentAuthorIdentity$>
+        <mt:IfCommentParent>
+                            <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>">
+        <mt:else>
+                            <span class="vcard author"><$MTCommentAuthorLink$></span>
+        </mt:IfCommentParent>
                             | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>
-                            <MTIfCommentsAccepted> | <$MTCommentReplyLink$></MTIfCommentsAccepted>
+        <MTIfCommentsAccepted>
+                            | <$MTCommentReplyLink$>
+        </MTIfCommentsAccepted>
                         </span>
                     </div>
Index: /branches/release-38/default_templates/comment_preview.mtml
===================================================================
--- /branches/release-38/default_templates/comment_preview.mtml (revision 2377)
+++ /branches/release-38/default_templates/comment_preview.mtml (revision 2394)
@@ -37,10 +37,10 @@
                                         <div class="asset-meta">
                                             <span class="byline">
-                                                <mt:IfCommentParent>
-                                                    <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<$MTCommentAuthorIdentity$> <span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>">
-                                                <mt:else>
-                                                    <$MTCommentAuthorIdentity$>
-                                                    <span class="vcard author"><$MTCommentAuthorLink$></span>
-                                                </mt:IfCommentParent>
+                                                <$MTCommentAuthorIdentity$>
+    <mt:IfCommentParent>
+                                                <__trans phrase="[_1] replied to <a href="[_2]">comment from [_3]</a>" params="<span class="vcard author"><$MTCommentAuthorLink$></span>%%<mt:CommentParent><$mt:CommentLink$></mt:CommentParent>%%<mt:CommentParent><$MTCommentAuthor$></mt:CommentParent>">
+    <mt:else>
+                                                <span class="vcard author"><$MTCommentAuthorLink$></span>
+    </mt:IfCommentParent>
                                                 | <a href="<$mt:CommentLink$>"><abbr class="published" title="<$MTCommentDate format_name="iso8601"$>"><$MTCommentDate$></abbr></a>
                                             </span>
