Index: trunk/wp-content/themes/xpress_default/blocks/calender_block_theme.php
===================================================================
--- trunk/wp-content/themes/xpress_default/blocks/calender_block_theme.php	(revision 114)
+++ trunk/wp-content/themes/xpress_default/blocks/calender_block_theme.php	(revision 115)
@@ -9,5 +9,5 @@
 	$mydirpath = get_xpress_dir_path();
 
-	$block['content'] = get_xpress_calendar($sun_color,$sat_color);
+	$block['calender'] = get_xpress_calendar($sun_color,$sat_color);
 	return $block ;	
 }
@@ -69,5 +69,5 @@
 			LIMIT 1");
 
-	echo '<table id="wp-calendar" summary="' . __('Calendar') . '">
+	echo '<table  summary="' . __('Calendar') . '">
 	<caption>' . sprintf(_c('%1$s %2$s|Used as a calendar caption'), $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . '</caption>
 	<thead>
