Index: table_altrow.info =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/table_altrow/table_altrow.info,v retrieving revision 1.1.2.2.2.1 diff -u -r1.1.2.2.2.1 table_altrow.info --- table_altrow.info 17 Feb 2008 19:08:24 -0000 1.1.2.2.2.1 +++ table_altrow.info 9 Sep 2009 02:20:24 -0000 @@ -1,4 +1,4 @@ ; $Id: table_altrow.info,v 1.1.2.2.2.1 2008/02/17 19:08:24 deviantintegral Exp $ name = Table Alternate Rows description = Automatically adds even/odd classes to tables. -core = 6.x \ No newline at end of file +core = 6.x Index: table_altrow.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/table_altrow/table_altrow.module,v retrieving revision 1.1.2.2 diff -u -r1.1.2.2 table_altrow.module --- table_altrow.module 17 Feb 2008 18:59:11 -0000 1.1.2.2 +++ table_altrow.module 9 Sep 2009 02:20:24 -0000 @@ -5,6 +5,7 @@ * Insert even and odd classes for tables via input filters to allow for proper * zebra-style striping. */ + /** * Implementation of hook_filter_tips */ @@ -64,29 +65,46 @@ $count = 1; // While the tbody is still open while(preg_match('!(
' . $text . ''); return $text; } break; @@ -117,4 +135,4 @@ $rpl_count++; } return $haystack; -} \ No newline at end of file +}