--- loncom/interface/lonprintout.pm 2006/06/12 11:19:02 1.441 +++ loncom/interface/lonprintout.pm 2006/06/13 21:49:15 1.442 @@ -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 @@ sub print_resources { # # Close the student bracketing. # - $current_output .= "\\special{ps:\nENDOFSTUDENTSTAMP\n}"; + $current_output .= "\n\\special{ps:\nENDOFSTUDENTSTAMP\n}"; return ($current_output,$fullname, $printed); }