--- loncom/interface/loncommon.pm 2010/12/25 16:01:54 1.948.2.17 +++ loncom/interface/loncommon.pm 2010/12/25 17:35:53 1.948.2.18 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.948.2.17 2010/12/25 16:01:54 raeburn Exp $ +# $Id: loncommon.pm,v 1.948.2.18 2010/12/25 17:35:53 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8887,6 +8887,7 @@ sub upload_embedded { if ($env{'form.embedded_ref_'.$i}) { $pathchange{$i} = 1; } + } if ($output) { $output = '

'.$output.'

'; }