Index: tables.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tables/tables.module,v
retrieving revision 1.16.2.2
diff -u -p -r1.16.2.2 tables.module
--- tables.module	2 Jan 2011 23:26:05 -0000	1.16.2.2
+++ tables.module	10 Jan 2011 12:17:13 -0000
@@ -93,7 +93,7 @@ function _tables_prepare($intext) {
       $class=variable_get('tables_default_style', 'tables-elegant');
     }
   //check for summary
-  $summaryexp = '/summary=".*"/';
+  $summaryexp = '/summary=".*?"/';
   if (preg_match($summaryexp, $tablein, $cmatches)) {
     //get summary content
     $summary = $cmatches[0];
