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

raeburn raeburn@source.lon-capa.org
Tue, 08 Sep 2009 20:48:35 -0000


raeburn		Tue Sep  8 20:48:35 2009 EDT

  Modified files:              
    /loncom/interface	lonhtmlcommon.pm 
  Log:
  - javascript style: 
    - return from function.
  
  
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.234 loncom/interface/lonhtmlcommon.pm:1.235
--- loncom/interface/lonhtmlcommon.pm:1.234	Sun Aug 23 04:02:47 2009
+++ loncom/interface/lonhtmlcommon.pm	Tue Sep  8 20:48:34 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.234 2009/08/23 04:02:47 raeburn Exp $
+# $Id: lonhtmlcommon.pm,v 1.235 2009/09/08 20:48:34 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2023,6 +2023,7 @@
         }
     }
     $output .= "
+    return;
 }\n";
     return $output;
 }