--- loncom/homework/inputtags.pm 2004/04/27 07:09:45 1.139 +++ loncom/homework/inputtags.pm 2004/04/27 13:52:45 1.140 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.139 2004/04/27 07:09:45 albertel Exp $ +# $Id: inputtags.pm,v 1.140 2004/04/27 13:52:45 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -425,7 +425,7 @@ sub decideoutput { if ($target ne 'tex') {$message.=&Apache::loncommon::help_open_topic('Physical_Units');} $bgcolor=$possiblecolors{'not_charged_try'}; $button=1; - } elsif ($awrad eq 'UNIT_FAIL' || $award eq 'UNIT_IRRECONCIBLE') { + } elsif ($award eq 'UNIT_FAIL' || $award eq 'UNIT_IRRECONCIBLE') { $message = &mt('Incompatible units. No conversion found between "[_1]" and the required units.',''.$awardmsg.''); if ($target ne 'tex') {$message.=&Apache::loncommon::help_open_topic('Physical_Units');} $bgcolor=$possiblecolors{'not_charged_try'};