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

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 23 Sep 2002 17:19:24 -0000


albertel		Mon Sep 23 13:19:24 2002 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  - looks prettier
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.114 loncom/homework/structuretags.pm:1.115
--- loncom/homework/structuretags.pm:1.114	Mon Sep 16 16:40:38 2002
+++ loncom/homework/structuretags.pm	Mon Sep 23 13:19:24 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.114 2002/09/16 20:40:38 albertel Exp $
+# $Id: structuretags.pm,v 1.115 2002/09/23 17:19:24 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -161,7 +161,7 @@
              <input type="submit" name="resetdata" value="Reset Submissions" />
              <input type="checkbox" name="showallfoils" ';
   if (defined($ENV{'form.showallfoils'})) { $result.='checked="on"'; }
-  $result.= ' /> Show All Foils
+  $result.= ' />&nbsp;Show&nbsp;All&nbsp;Foils
              <hr />';
 }