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

raeburn raeburn at source.lon-capa.org
Tue Aug 15 17:03:59 EDT 2017


raeburn		Tue Aug 15 21:03:59 2017 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - White space changes only.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.308 loncom/interface/domainprefs.pm:1.309
--- loncom/interface/domainprefs.pm:1.308	Tue Aug 15 21:02:40 2017
+++ loncom/interface/domainprefs.pm	Tue Aug 15 21:03:58 2017
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.308 2017/08/15 21:02:40 raeburn Exp $
+# $Id: domainprefs.pm,v 1.309 2017/08/15 21:03:58 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -7643,7 +7643,6 @@
     if ($rowid) {
         $rowid = ' id="'.$rowid.'"';
     }
-    
     $output = '<tr '.$css_class.$rowid.'>'.
               '<td><span class="LC_nobreak">'.$rolename.'</span></td>'.
               '<td class="LC_left_item" colspan="2"><table>';
@@ -12073,7 +12072,7 @@
                         if (@types) {
                             if (@statuses) {
                                 $chgtext .= &mt('Processing of requests to create account with e-mail verification set as follows:'). 
-                                                '<ul>';
+                                            '<ul>';
                                 foreach my $status (@statuses) {
                                     if ($status eq 'default') {
                                         $chgtext .= '<li>'.$othertitle.' -- '.$choices{$cancreate{'selfcreateprocessing'}{$status}}.'</li>';




More information about the LON-CAPA-cvs mailing list