--- loncom/interface/lonhelper.pm 2003/08/13 14:49:58 1.42 +++ loncom/interface/lonhelper.pm 2003/08/13 14:52:08 1.43 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # .helper XML handler to implement the LON-CAPA helper # -# $Id: lonhelper.pm,v 1.42 2003/08/13 14:49:58 bowersj2 Exp $ +# $Id: lonhelper.pm,v 1.43 2003/08/13 14:52:08 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1390,6 +1390,7 @@ sub render { } $result .= ">" . $choiceLabel . "\n"; } + $result .= "\n"; return $result; }