--- loncom/homework/structuretags.pm 2009/08/12 22:57:14 1.444.4.1 +++ loncom/homework/structuretags.pm 2009/08/14 12:32:04 1.444.4.2 @@ -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.1 2009/08/12 22:57:14 raeburn Exp $ +# $Id: structuretags.pm,v 1.444.4.2 2009/08/14 12:32:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -243,7 +243,6 @@ sub page_start { my ($symb,undef,undef,undef,$publicuser)= &Apache::lonnet::whichuser(); if ($symb eq '' && !$publicuser) { - if ($symb eq '' && !$publicuser) { $page_start .= '

' .&mt('Browsing resource, all submissions are temporary.') .'

';