[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm

raeburn raeburn at source.lon-capa.org
Mon Mar 9 15:05:33 EDT 2015


raeburn		Mon Mar  9 19:05:33 2015 EDT

  Modified files:              
    /loncom/xml	londefdef.pm 
  Log:
  - Remove trailing white space.
  
  
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.455 loncom/xml/londefdef.pm:1.456
--- loncom/xml/londefdef.pm:1.455	Mon Sep  1 19:01:08 2014
+++ loncom/xml/londefdef.pm	Mon Mar  9 19:05:33 2015
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Tags Default Definition Module 
 #
-# $Id: londefdef.pm,v 1.455 2014/09/01 19:01:08 raeburn Exp $
+# $Id: londefdef.pm,v 1.456 2015/03/09 19:05:33 raeburn Exp $
 # 
 #
 # Copyright Michigan State University Board of Trustees
@@ -3450,7 +3450,7 @@
     my $currentstring = '';
     if ($target eq 'web' || $target eq 'webgrade') {
 	$currentstring = $token->[4];     
-    } 
+    }
     return $currentstring;
 }
 
@@ -3458,7 +3458,7 @@
     my ($target,$token) = @_;
     my $currentstring = '';
     if ($target eq 'web' || $target eq 'webgrade') {
-	$currentstring = $token->[2];    
+	$currentstring = $token->[2];
     } 
     return $currentstring;
 }




More information about the LON-CAPA-cvs mailing list