mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Lighten up tables.
This commit is contained in:
parent
17e564042d
commit
ee60191d1d
26 changed files with 49 additions and 63 deletions
|
@ -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>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue