--- loncom/interface/lonhtmlcommon.pm 2009/11/24 06:13:20 1.249 +++ loncom/interface/lonhtmlcommon.pm 2009/11/25 13:25:44 1.250 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common html routines # -# $Id: lonhtmlcommon.pm,v 1.249 2009/11/24 06:13:20 raeburn Exp $ +# $Id: lonhtmlcommon.pm,v 1.250 2009/11/25 13:25:44 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1501,7 +1501,7 @@ returns: nothing $item =~ s///; $html .= "
  • $item
  • "; } - $html .= ''; + $html .= ''; if ($category eq 'A') { $html .= "
  • $$links
  • "; } } $$links = $html.'';