--- loncom/interface/loncommon.pm 2009/07/01 13:24:29 1.848 +++ loncom/interface/loncommon.pm 2009/07/02 15:55:08 1.849 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.848 2009/07/01 13:24:29 tempelho Exp $ +# $Id: loncommon.pm,v 1.849 2009/07/02 15:55:08 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6386,7 +6386,8 @@ sub xml_begin { .''; } else { - $output=''; + $output='' + .''; } return $output; }