--- loncom/interface/loncommon.pm 2011/01/15 21:49:37 1.997 +++ loncom/interface/loncommon.pm 2011/01/16 03:50:12 1.998 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.997 2011/01/15 21:49:37 www Exp $ +# $Id: loncommon.pm,v 1.998 2011/01/16 03:50:12 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -6885,15 +6885,15 @@ sub validate_page { sub start_scrollbox { - my ($outerwidth,$width,$height)=@_; - unless ($outerwidth) { $outerwidth='520px'; } - unless ($width) { $width='500px'; } - unless ($height) { $height='200px'; } - return "
"; + my ($outerwidth,$width,$height)=@_; + unless ($outerwidth) { $outerwidth='520px'; } + unless ($width) { $width='500px'; } + unless ($height) { $height='200px'; } + return "
"; } sub end_scrollbox { - return '
'; + return '
'; } sub simple_error_page {