--- loncom/interface/statistics/lonproblemstatistics.pm 2003/06/13 20:27:17 1.53
+++ loncom/interface/statistics/lonproblemstatistics.pm 2003/06/16 15:54:58 1.54
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonproblemstatistics.pm,v 1.53 2003/06/13 20:27:17 matthew Exp $
+# $Id: lonproblemstatistics.pm,v 1.54 2003/06/16 15:54:58 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -203,6 +203,9 @@ sub CreateInterface {
$Str .= ''."\n";
$Str .= ''."\n";
$Str .= '';
+ $Str .= ' 'x5;
+ $Str .= '';
+ $Str .= ' 'x5;
return $Str;
}