--- loncom/interface/loncommon.pm 2009/01/12 04:11:25 1.732
+++ loncom/interface/loncommon.pm 2009/02/26 22:22:51 1.758
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.732 2009/01/12 04:11:25 raeburn Exp $
+# $Id: loncommon.pm,v 1.758 2009/02/26 22:22:51 kaisler Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -923,10 +923,8 @@ sub help_open_topic {
}
# Add the text
- if ($text ne "") {
- $template .=
- "
".
- "$text";
+ if ($text ne "") {
+ $template.="$text";
}
# Add the graphic
@@ -935,7 +933,7 @@ sub help_open_topic {
$template .= <<"ENDTEMPLATE";
ENDTEMPLATE
- if ($text ne '') { $template.=' |
' };
+
return $template;
}
@@ -1635,7 +1633,7 @@ sub multiple_select_form {
$size = scalar(keys(%$hash));
}
}
- $output.="\n