--- loncom/interface/lonprintout.pm 2006/03/06 23:32:31 1.426 +++ loncom/interface/lonprintout.pm 2006/03/08 22:28:29 1.427 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.426 2006/03/06 23:32:31 foxr Exp $ +# $Id: lonprintout.pm,v 1.427 2006/03/08 22:28:29 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -233,7 +233,7 @@ sub latex_header_footer_remove { # sub encapsulate_minipage { my ($text) = @_; - if (!(env{'form.problem.split'} =~ /yes/i)) { + if (!($env{'form.problem.split'} =~ /yes/i)) { $text = '\begin{minipage}{\textwidth}'.$text.'\end{minipage}'; } return $text;