Index: trunk/templates/source/archives_block.html
===================================================================
--- trunk/templates/source/archives_block.html	(revision 119)
+++ trunk/templates/source/archives_block.html	(revision 121)
@@ -12,7 +12,8 @@
 ************************* End of usage ************************ *}>
 <{* Start Template *}>
+
 <div class="xpress_block">
+	<{$block.err_message}>
 	<div class="xpress_archive_block">
-		<{$block.err_message}>
 		<{if $block.config.is_archive_doropdown}>
 			<{$block.archive_dropdown}>
Index: trunk/templates/source/authors_block.html
===================================================================
--- trunk/templates/source/authors_block.html	(revision 119)
+++ trunk/templates/source/authors_block.html	(revision 121)
@@ -10,7 +10,8 @@
 ************************* End of usage ************************ *}>
 <{* Start Template *}>
+
 <div class="xpress_block">
+	<{$block.err_message}>
 	<div class="xpress_authors_block">
-		<{$block.err_message}>
 		<ul>
 		<{foreach from=$block.contents item=content}>
Index: trunk/templates/source/calender_block.html
===================================================================
--- trunk/templates/source/calender_block.html	(revision 119)
+++ trunk/templates/source/calender_block.html	(revision 121)
@@ -5,7 +5,8 @@
    ************************* End of usage ************************ *}>
 <{* Start Template *}>
+
 <div class="xpress_block">
+	<{$block.err_message}>
 	<div class="xpress_calender_block">
-		<{$block.err_message}>
 		<{$block.calender}>
 	</div>
Index: trunk/templates/source/page_block.html
===================================================================
--- trunk/templates/source/page_block.html	(revision 119)
+++ trunk/templates/source/page_block.html	(revision 121)
@@ -10,7 +10,8 @@
 ************************* End of usage ************************ *}>
 <{* Start Template *}>
+
 <div class="xpress_block">
 	<{$block.err_message}>
-	<div class='xpress_page_block>
+	<div class='xpress_page_block'>
 		<ul>
 		<{foreach from=$block.contents item=content}>
Index: trunk/templates/source/popular_posts_block.html
===================================================================
--- trunk/templates/source/popular_posts_block.html	(revision 119)
+++ trunk/templates/source/popular_posts_block.html	(revision 121)
@@ -23,7 +23,8 @@
 ************************* End of usage ************************ *}>
 <{* Start Template *}>
+
 <div class="xpress_block">
+	<{$block.err_message}>
 	<div class="xpress_popular_post_block">
-		<{$block.err_message}>
 		<ul>
 		<{foreach from=$block.contents item=content}>
Index: trunk/templates/source/recent_comments_block.html
===================================================================
--- trunk/templates/source/recent_comments_block.html	(revision 119)
+++ trunk/templates/source/recent_comments_block.html	(revision 121)
@@ -26,7 +26,8 @@
    ************************* End of usage ************************ *}>
 <{* Start Template *}>
+
 <div class="xpress_block">
+	<{$block.err_message}>
 	<div class="xpress_recent_comments_block">
-		<{$block.err_message}>
 		<ul>
 		<{foreach from=$block.contents item=content}>
Index: trunk/templates/source/recent_posts_content_block.html
===================================================================
--- trunk/templates/source/recent_posts_content_block.html	(revision 119)
+++ trunk/templates/source/recent_posts_content_block.html	(revision 121)
@@ -24,7 +24,8 @@
 ************************* End of usage ************************ *}>
 <{* Start Template *}>
+
 <div class="xpress_block">
+	<{$block.err_message}>
 	<div class="xpress_recent_post_content_block">
-		<{$block.err_message}>
 		<ul>
 		<{foreach from=$block.contents item=content}>
Index: trunk/templates/source/recent_posts_list_block.html
===================================================================
--- trunk/templates/source/recent_posts_list_block.html	(revision 119)
+++ trunk/templates/source/recent_posts_list_block.html	(revision 121)
@@ -24,5 +24,7 @@
 ************************* End of usage ************************ *}>
 <{* Start Template *}>
+
 <div class="xpress_block">
+	<{$block.err_message}>
 	<div class="xpress_recent_post_list_block">
 		<{$block.err_message}>
Index: trunk/templates/source/search_block.html
===================================================================
--- trunk/templates/source/search_block.html	(revision 119)
+++ trunk/templates/source/search_block.html	(revision 121)
@@ -5,7 +5,8 @@
    ************************* End of usage ************************ *}>
 <{* Start Template *}>
+
 <div class="xpress_block">
+	<{$block.err_message}>
 	<div class="xpress_search_block">
-		<{$block.err_message}>
 		<{$block.search}>
 	</div>
