--- loncom/interface/statistics/lonstudentassessment.pm 2003/06/17 17:47:54 1.60 +++ loncom/interface/statistics/lonstudentassessment.pm 2003/06/18 12:55:52 1.61 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentassessment.pm,v 1.60 2003/06/17 17:47:54 matthew Exp $ +# $Id: lonstudentassessment.pm,v 1.61 2003/06/18 12:55:52 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -335,7 +335,8 @@ sub CreateInterface { 'value="Select One Student" />'; $Str .= ' 'x5; $Str .= ''; - $Str .= ' 'x5.'
'; + $Str .= ' 'x5; + $Str .= '
'; return $Str; }