--- loncom/interface/loncommon.pm 2005/06/03 15:47:29 1.264
+++ loncom/interface/loncommon.pm 2005/06/04 19:09:17 1.265
@@ -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.265 2005/06/04 19:09:17 albertel 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();
|
|