--- loncom/homework/edit.pm	2006/05/30 12:45:36	1.102
+++ loncom/homework/edit.pm	2006/07/27 20:47:02	1.103
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # edit mode helpers
 #
-# $Id: edit.pm,v 1.102 2006/05/30 12:45:36 www Exp $
+# $Id: edit.pm,v 1.103 2006/07/27 20:47:02 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -583,7 +583,7 @@ sub editfield {
 	&Apache::lonhtmlcommon::add_htmlareafields('homework_edit_'.
 						   $Apache::lonxml::curdepth);
     }
-    return $description."\n".'&nbsp;&nbsp;&nbsp;<textarea style="width:100%" rows="'.$rows.
+    return $description."\n".'<textarea style="width:100%" rows="'.$rows.
 	'" cols="'.$cols.'" name="homework_edit_'.
 	$Apache::lonxml::curdepth.'" id="homework_edit_'.
 	$Apache::lonxml::curdepth.'" '.&element_change_detection().'>'.