[LON-CAPA-cvs] cvs: loncom /interface lontemplate.pm
amueller
amueller@source.lon-capa.org
Mon, 02 Mar 2009 16:38:35 -0000
amueller Mon Mar 2 16:38:35 2009 EDT
Modified files:
/loncom/interface lontemplate.pm
Log:
The action links in the fieldset in the aboutme page are now not wrapped
Index: loncom/interface/lontemplate.pm
diff -u loncom/interface/lontemplate.pm:1.21 loncom/interface/lontemplate.pm:1.22
--- loncom/interface/lontemplate.pm:1.21 Sun Mar 1 13:23:12 2009
+++ loncom/interface/lontemplate.pm Mon Mar 2 16:38:35 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# "Template" Functions to generate html output
#
-# $Id: lontemplate.pm,v 1.21 2009/03/01 13:23:12 neumanie Exp $
+# $Id: lontemplate.pm,v 1.22 2009/03/02 16:38:35 amueller Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -154,7 +154,7 @@
sub print_functions_content
{
my($r,$content) = @_;
- $r->print('<span class=\"LC_nobreak\">• '.$content.' </span>');
+ $r->print('<span class="LC_nobreak">• '.$content.' </span>');
}
sub print_end_page_functions