--- loncom/interface/loncommon.pm 2004/02/20 17:13:04 1.183 +++ loncom/interface/loncommon.pm 2004/02/23 21:10:06 1.184 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.183 2004/02/20 17:13:04 matthew Exp $ +# $Id: loncommon.pm,v 1.184 2004/02/23 21:10:06 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -631,8 +631,8 @@ sub help_open_bug { $ENV{'environment.remote'} eq 'off' ) { $stayOnPage=1; } - $width = 350 if (not defined $width); - $height = 400 if (not defined $height); + $width = 600 if (not defined $width); + $height = 600 if (not defined $height); $topic=~s/\W+/\+/g; my $link='';