--- loncom/interface/loncommon.pm 2003/02/12 01:59:34 1.77 +++ loncom/interface/loncommon.pm 2003/02/12 17:57:27 1.78 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.77 2003/02/12 01:59:34 www Exp $ +# $Id: loncommon.pm,v 1.78 2003/02/12 17:57:27 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -540,14 +540,14 @@ sub help_open_topic { { $template .= "". - "
$text"; + "$text"; } # Add the graphic $template .= <<"ENDTEMPLATE"; (Help: $topic) ENDTEMPLATE - if ($text ne '') { $template.='
' }; + if ($text ne '') { $template.='' }; return $template; }