--- loncom/interface/lonprintout.pm 2024/11/11 16:05:56 1.627.2.38 +++ loncom/interface/lonprintout.pm 2024/11/11 16:36:41 1.627.2.39 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.627.2.38 2024/11/11 16:05:56 raeburn Exp $ +# $Id: lonprintout.pm,v 1.627.2.39 2024/11/11 16:36:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1886,7 +1886,7 @@ sub page_format_transformation { if ($numberofcolumns eq '2') { $fancypagestatement="\\fancyhead{}\\fancyhead[LO]{$header_text}"; if ($parmhash{'print_header_format'} eq '') { - $fancypagestatement .= "\\fancyhead[RE]{\\thepage \\\\[\\baselineskip]}"; + $fancypagestatement .= "\\fancyhead[RE]{\\thepage \\\\}"; } } else { $fancypagestatement="\\rhead{}\\chead{}\\lhead{$header_text}";