--- loncom/homework/inputtags.pm 2000/09/19 20:12:17 1.4 +++ loncom/homework/inputtags.pm 2000/10/02 22:23:39 1.5 @@ -17,7 +17,7 @@ sub start_textline { my $result = ""; $Apache::inputtags::curvalue++; if ($target eq 'web') { - $result= ''; + $result= ''; } return $result; }