--- loncom/homework/structuretags.pm 2002/09/16 20:40:38 1.114 +++ loncom/homework/structuretags.pm 2002/09/23 17:25:24 1.116 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.114 2002/09/16 20:40:38 albertel Exp $ +# $Id: structuretags.pm,v 1.116 2002/09/23 17:25:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -161,7 +161,7 @@ sub problem_web_to_edit_header {  Show All Foils
'; } @@ -750,7 +750,7 @@ sub end_startouttext { ". &Apache::edit::insertlist($target,$token). &Apache::edit::end_row().&Apache::edit::start_spanning_row()."\n". - &Apache::edit::editfield($token->[1],$text,"",50,4); + &Apache::edit::editfield($token->[1],$text,"",80,4); } if ($target eq 'modified') { $text=&Apache::lonxml::get_all_text("endouttext",$$parser['-1']);