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

foxr foxr at source.lon-capa.org
Wed Feb 29 04:58:21 EST 2012


foxr		Wed Feb 29 09:58:21 2012 EDT

  Modified files:              
    /loncom/interface	lonhtmlcommon.pm 
  Log:
  Remove accidentally introduced 'c' in javascript here doc.
  
  
  
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.301 loncom/interface/lonhtmlcommon.pm:1.302
--- loncom/interface/lonhtmlcommon.pm:1.301	Wed Feb 22 10:18:26 2012
+++ loncom/interface/lonhtmlcommon.pm	Wed Feb 29 09:58:21 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common html routines
 #
-# $Id: lonhtmlcommon.pm,v 1.301 2012/02/22 10:18:26 foxr Exp $
+# $Id: lonhtmlcommon.pm,v 1.302 2012/02/29 09:58:21 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1304,7 +1304,7 @@
                 $.fn.jPicker.defaults.images.clientPath="/adm/jpicker/images/";
                 $(".colorchooser").jPicker();
 
-c	});
+	});
 ';
     if ($dragmath_prefix ne '') {
         $output .= '




More information about the LON-CAPA-cvs mailing list