--- loncom/homework/response.pm 2006/03/08 22:17:17 1.137 +++ loncom/homework/response.pm 2006/03/08 22:21:01 1.138 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.137 2006/03/08 22:17:17 albertel Exp $ +# $Id: response.pm,v 1.138 2006/03/08 22:21:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -609,7 +609,7 @@ sub answer_header { } else { $result = '
'.$Apache::lonxml::counter+$increment. ') | '; + $result .= ''.($Apache::lonxml::counter+$increment). ') | '; } else { $result .= 'Answer for Part:'.$Apache::inputtags::part.' | '; }