--- loncom/homework/structuretags.pm 2006/10/17 15:11:12 1.367 +++ loncom/homework/structuretags.pm 2006/11/09 21:31:11 1.368 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.367 2006/10/17 15:11:12 albertel Exp $ +# $Id: structuretags.pm,v 1.368 2006/11/09 21:31:11 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -162,14 +162,14 @@ sub page_start { if ($target eq 'edit') { $form_tag_start.=&Apache::edit::form_change_detection(); } - $form_tag_start.='>'; + $form_tag_start.='>'."\n"; my $symb=&Apache::lonnet::symbread(); if ($symb =~ /\S/) { $symb= &HTML::Entities::encode(&Apache::lonenc::check_encrypt($symb)); $form_tag_start.= - ''; + "\t".''."\n"; } } return ($page_start,$form_tag_start); @@ -744,7 +744,7 @@ sub start_problem { &Apache::bridgetask::check_in('problem',undef,undef, $slot_name); } - $result.="\n $form_tag_start". + $result.="\n $form_tag_start \t". ''; # create a page header and exit if ($env{'request.state'} eq "construct") {