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

foxr lon-capa-cvs@mail.lon-capa.org
Tue, 13 Jun 2006 21:49:15 -0000


foxr		Tue Jun 13 17:49:15 2006 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  Make the \special{ps: for ENDOFSTUDENTSTAMP easier to find
  by putting it on a line by itself.
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.441 loncom/interface/lonprintout.pm:1.442
--- loncom/interface/lonprintout.pm:1.441	Mon Jun 12 07:19:02 2006
+++ loncom/interface/lonprintout.pm	Tue Jun 13 17:49:15 2006
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.441 2006/06/12 11:19:02 foxr Exp $
+# $Id: lonprintout.pm,v 1.442 2006/06/13 21:49:15 foxr Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1920,7 +1920,7 @@
     #
     #  Close the student bracketing.
     #
-    $current_output .= "\\special{ps:\nENDOFSTUDENTSTAMP\n}";
+    $current_output .= "\n\\special{ps:\nENDOFSTUDENTSTAMP\n}";
     return ($current_output,$fullname, $printed);
 
 }