*** originalTablePlugin.pm Mon Apr 11 13:25:04 2005 --- cvsTablePlugin.pm Mon Apr 11 13:30:05 2005 *************** *** 312,317 **** --- 312,323 ---- $span = $1; $attr = " colspan=\"$span\"" ; } + + # Parse '|=' for applying style sheets to individual cells. + if ( s/^=(\w+)// ) { + $attr .= " class=\"$1\""; + } + s/^\s+$/   /o; /^(\s*).*?(\s*)$/; $l1 = length( $1 || "" );