[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 17 Jun 2003 15:36:11 -0000


albertel		Tue Jun 17 11:36:11 2003 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  - looks prettier
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.184 loncom/homework/structuretags.pm:1.185
--- loncom/homework/structuretags.pm:1.184	Fri Jun 13 10:35:24 2003
+++ loncom/homework/structuretags.pm	Tue Jun 17 11:36:11 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.184 2003/06/13 14:35:24 albertel Exp $
+# $Id: structuretags.pm,v 1.185 2003/06/17 15:36:11 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -347,7 +347,7 @@
 		    '<input type="submit" name="resetdata"
                              value="New Problem Variation" />'.
 		    '<input type="hidden" name="username"
-                             value="'.$ENV{'form.username'}.'" />';
+                             value="'.$ENV{'form.username'}.'" /> <br />';
 	}
 	($status,$accessmsg) = &Apache::lonhomework::check_access('0');
 	push (@Apache::inputtags::status,$status);