From 57c2826cf1125692d62af38a5cdaa75465915e30 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 7 May 2005 17:12:12 +0000 Subject: [PATCH] Centered grade --- perl/sctweb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"; } } -- 2.30.2