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

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 03 Jul 2006 04:00:35 -0000


albertel		Mon Jul  3 00:00:35 2006 EDT

  Modified files:              
    /loncom/interface	lonpickcourse.pm 
  Log:
  - institutional code didn't have a space between the : and the input field
  
  
Index: loncom/interface/lonpickcourse.pm
diff -u loncom/interface/lonpickcourse.pm:1.50 loncom/interface/lonpickcourse.pm:1.51
--- loncom/interface/lonpickcourse.pm:1.50	Wed Jun 28 12:06:06 2006
+++ loncom/interface/lonpickcourse.pm	Mon Jul  3 00:00:34 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Pick a course
 #
-# $Id: lonpickcourse.pm,v 1.50 2006/06/28 16:06:06 albertel Exp $
+# $Id: lonpickcourse.pm,v 1.51 2006/07/03 04:00:34 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -272,7 +272,7 @@
     }
     my $instcodeform;
     if ($type eq 'Course') {
-        $instcodeform = $lt{'cin'}.':<input type="text" name="instcodefilter" 
+        $instcodeform = $lt{'cin'}.': <input type="text" name="instcodefilter" 
  size="10" value="'.$listinstcode.'" /><br />';
     }