--- loncom/interface/loncommon.pm 2005/06/03 15:47:29 1.264
+++ loncom/interface/loncommon.pm 2005/06/06 20:31:24 1.267
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.264 2005/06/03 15:47:29 www Exp $
+# $Id: loncommon.pm,v 1.267 2005/06/06 20:31:24 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -683,8 +683,8 @@ sub help_open_menu {
my $template;
if ($text ne "") {
$template .=
- "
".
- "$text";
+ "".
+ "$text";
}
my $nothing=&Apache::lonhtmlcommon::javascript_nothing();
my $html=&Apache::lonxml::xmlbegin();
@@ -2000,8 +2000,6 @@ sub track_student_link {
return qq{$linktext};
}
-
-
=pod
=back
|
|