--- loncom/homework/edit.pm 2001/06/12 22:42:55 1.10
+++ loncom/homework/edit.pm 2001/06/16 18:35:27 1.11
@@ -44,7 +44,7 @@ sub tag_end {
} else {
if ($description ne '') { $result.="
$description"; }
}
- $result.=" |
".&end_table()."\n";
+ $result.=" | | ".&end_table()."\n";
}
return $result;
}
@@ -64,7 +64,7 @@ sub start_table {
$color = $Apache::edit::colorlist[$Apache::edit::colordepth];
}
$Apache::edit::colordepth++;
- my $result="";
+ my $result="";
return $result;
}
@@ -116,6 +116,8 @@ sub insertlist {
"
+ } else {
+ $result=" ";
}
}
return $result;