--- loncom/interface/loncommon.pm 2016/11/13 14:22:15 1.1260 +++ loncom/interface/loncommon.pm 2016/11/20 21:24:29 1.1261 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1260 2016/11/13 14:22:15 raeburn Exp $ +# $Id: loncommon.pm,v 1.1261 2016/11/20 21:24:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -15508,19 +15508,20 @@ sub construct_course { ' ('.$lt{'adby'}.')'; if ($context eq 'auto') { $outcome .= $badclass_msg.$linefeed; + } else { $outcome .= '
'.$badclass_msg.$linefeed.'

\n"; + $outcome .= "
  • $item
  • \n"; } + } + if ($context eq 'auto') { + $outcome .= $linefeed; + } else { + $outcome .= "

    \n"; } } if ($args->{'no_end_date'}) {