--- loncom/homework/structuretags.pm 2010/01/29 15:33:02 1.444.4.4 +++ loncom/homework/structuretags.pm 2010/02/10 21:06:07 1.444.4.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.444.4.4 2010/01/29 15:33:02 raeburn Exp $ +# $Id: structuretags.pm,v 1.444.4.6 2010/02/10 21:06:07 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -256,7 +256,9 @@ sub page_start { my $form_tag_start; if (!defined($found{'form'})) { $form_tag_start='
'; $result .= '
'. ''. - &mt('Edit').'.'

'; + &mt('Edit').'
'; } return $result;