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

raeburn raeburn at source.lon-capa.org
Sun Aug 24 20:20:55 EDT 2014


raeburn		Mon Aug 25 00:20:55 2014 EDT

  Modified files:              
    /loncom/xml	lonxml.pm 
  Log:
  - Coding style.
  
  
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.549 loncom/xml/lonxml.pm:1.550
--- loncom/xml/lonxml.pm:1.549	Sun Jul 27 11:20:13 2014
+++ loncom/xml/lonxml.pm	Mon Aug 25 00:20:55 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # XML Parser Module 
 #
-# $Id: lonxml.pm,v 1.549 2014/07/27 11:20:13 raeburn Exp $
+# $Id: lonxml.pm,v 1.550 2014/08/25 00:20:55 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1327,7 +1327,7 @@
     if (!$exact) {
 	$res=&Apache::lonnet::hreflocation($Apache::lonxml::pwd[-1],$res);
     }
-    push(@Apache::lonxml::extlinks,$res)	 
+    push(@Apache::lonxml::extlinks,$res);
 }
 
 sub writeallows {




More information about the LON-CAPA-cvs mailing list