Index: template-functions-general.php
===================================================================
--- template-functions-general.php	(revision 2779)
+++ template-functions-general.php	(working copy)
@@ -366,7 +366,7 @@
 	return ($num - $base*floor($num/$base));
 }
 
-function get_calendar($daylength = 1) {
+ function get_calendar($daylength = 1) {
     global $wpdb, $m, $monthnum, $year, $timedifference, $month, $month_abbrev, $weekday, $weekday_initial, $weekday_abbrev, $posts;
 
     // Quick check. If we have no posts at all, abort!
@@ -424,7 +424,7 @@
                               ORDER  BY post_date ASC
                               LIMIT 1");
 
-    echo '<table id="wp-calendar">
+    echo '<table id="wp-calendar" summary="calendar">
     <caption>' . $month[zeroise($thismonth, 2)] . ' ' . date('Y', $unixmonth) . '</caption>
     <thead>
     <tr>';
