From: Tim Pope Date: Sat, 7 May 2005 17:12:12 +0000 (+0000) Subject: Centered grade X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=commitdiff_plain;h=57c2826cf1125692d62af38a5cdaa75465915e30 Centered grade --- diff --git a/perl/sctweb b/perl/sctweb index 0381b1d..1ca3d7c 100755 --- a/perl/sctweb +++ b/perl/sctweb @@ -583,7 +583,10 @@ sub do_html_grades { $lastrow=$row; next if $row->[0] =~ /:/; print ''; - print join('', @$row[0 .. 5]); + print $$row[0], '', $$row[1], ''; + print '', $$row[2], ''; + #print join('', @$row[0 .. 1]); + print join('', @$row[3 .. 5]); print "\n"; } }