--- loncom/interface/statistics/lonsurveyreports.pm 2008/12/11 14:55:27 1.21 +++ loncom/interface/statistics/lonsurveyreports.pm 2008/12/12 05:03:39 1.22 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonsurveyreports.pm,v 1.21 2008/12/11 14:55:27 bisitz Exp $ +# $Id: lonsurveyreports.pm,v 1.22 2008/12/12 05:03:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -214,7 +214,7 @@ sub SurveyProblemSelector { ''. ''. (' 'x2). - ''.&mt('View survey').''.''.$/; + ''.&mt('View survey').''.$/; } $Str .= ''; return $Str; @@ -339,7 +339,7 @@ sub make_text_report { } else { $r->print('

' .&mt('There is no essay or string response data to output for this survey.') - .''); + .'

'); } $r->rflush(); return;