[LON-CAPA-cvs] cvs: loncom /interface courseprefs.pm

raeburn raeburn at source.lon-capa.org
Mon Dec 31 09:49:37 EST 2012


raeburn		Mon Dec 31 14:49:37 2012 EDT

  Modified files:              
    /loncom/interface	courseprefs.pm 
  Log:
  - Typo in rev 1.52.
  
  
Index: loncom/interface/courseprefs.pm
diff -u loncom/interface/courseprefs.pm:1.52 loncom/interface/courseprefs.pm:1.53
--- loncom/interface/courseprefs.pm:1.52	Mon Dec 31 14:43:09 2012
+++ loncom/interface/courseprefs.pm	Mon Dec 31 14:49:37 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set configuration settings for a course
 #
-# $Id: courseprefs.pm,v 1.52 2012/12/31 14:43:09 raeburn Exp $
+# $Id: courseprefs.pm,v 1.53 2012/12/31 14:49:37 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -551,7 +551,7 @@
            <th align="left" valign="middle"><span class="LC_nobreak" style="font-size: larger;" >'.
            &mt($item->{text});
     if ($item->{'help'}) {
-        $output .= ' '
+        $output .= ' '.
                    &Apache::loncommon::help_open_topic($item->{'help'});
     }
     $output .= '</span></th>'."\n".




More information about the LON-CAPA-cvs mailing list