Lighten up tables.

This commit is contained in:
Fred Drake 1998-04-11 20:53:03 +00:00
parent 17e564042d
commit ee60191d1d
26 changed files with 49 additions and 63 deletions

View file

@ -720,7 +720,7 @@ sub do_env_memberdescni{
sub setup_column_alignments{
local($_) = @_;
my($j1,$a1,$a2,$a3,$j4) = split(/[|]/,$_);
my($a1,$a2,$a3) = split(/[|]/,$_);
my($th1,$th2,$th3) = ('<th>', '<th>', '<th>');
$col_aligns[0] = (($a1 eq "c") ? "<td align=center>" : "<td>");
$col_aligns[1] = (($a2 eq "c") ? "<td align=center>" : "<td>");