--- loncom/interface/loncommon.pm 2004/01/15 19:25:25 1.174 +++ loncom/interface/loncommon.pm 2004/01/19 16:53:34 1.175 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.174 2004/01/15 19:25:25 matthew Exp $ +# $Id: loncommon.pm,v 1.175 2004/01/19 16:53:34 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -593,7 +593,7 @@ sub help_open_topic { # Add the graphic $template .= <<"ENDTEMPLATE"; - (Help: $topic) + (Help: $topic) ENDTEMPLATE if ($text ne '') { $template.='' }; return $template; @@ -646,7 +646,6 @@ sub help_open_bug { { $link = $url; } - # Add the text if ($text ne "") { @@ -657,7 +656,7 @@ sub help_open_bug { # Add the graphic $template .= <<"ENDTEMPLATE"; - (Bug: $topic) + (Bug: $topic) ENDTEMPLATE if ($text ne '') { $template.='' }; return $template; @@ -700,7 +699,7 @@ sub help_open_faq { # Add the graphic $template .= <<"ENDTEMPLATE"; - (FAQ: $topic) + (FAQ: $topic) ENDTEMPLATE if ($text ne '') { $template.='' }; return $template;