[LON-CAPA-cvs] cvs: loncom(version_2_10_X) /auth lonroles.pm

raeburn raeburn at source.lon-capa.org
Tue Sep 27 16:33:34 EDT 2011


raeburn		Tue Sep 27 20:33:34 2011 EDT

  Modified files:              (Branch: version_2_10_X)
    /loncom/auth	lonroles.pm 
  Log:
  - Backport 1.261.
  
  
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.256.2.5 loncom/auth/lonroles.pm:1.256.2.6
--- loncom/auth/lonroles.pm:1.256.2.5	Thu Dec 30 21:18:18 2010
+++ loncom/auth/lonroles.pm	Tue Sep 27 20:33:34 2011
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # User Roles Screen
 #
-# $Id: lonroles.pm,v 1.256.2.5 2010/12/30 21:18:18 raeburn Exp $
+# $Id: lonroles.pm,v 1.256.2.6 2011/09/27 20:33:34 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1763,7 +1763,7 @@
             my %newhash=&Apache::lonnet::coursedescription($tcourseid);
             if (%newhash) {
                 $twhere=$newhash{'description'}.
-                        ' <span style="LC_fontsize_small">'.
+                        ' <span class="LC_fontsize_small">'.
                         &Apache::loncommon::syllabuswrapper(&mt('Syllabus'),$trest,$tdom).
                         '</span>';
                 $ttype = $newhash{'type'};




More information about the LON-CAPA-cvs mailing list