--- loncom/interface/loncommon.pm 2008/10/02 15:38:56 1.690 +++ loncom/interface/loncommon.pm 2008/10/24 16:23:00 1.691 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.690 2008/10/02 15:38:56 bisitz Exp $ +# $Id: loncommon.pm,v 1.691 2008/10/24 16:23:00 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -926,7 +926,7 @@ sub help_open_topic { if ($text ne "") { $template .= "". - "
$text"; + "$text"; } # Add the graphic @@ -935,7 +935,7 @@ sub help_open_topic { $template .= <<"ENDTEMPLATE"; (Help: $topic) ENDTEMPLATE - if ($text ne '') { $template.='
' }; + if ($text ne '') { $template.='' }; return $template; }