--- loncom/homework/outputtags.pm 2005/11/03 11:12:37 1.41 +++ loncom/homework/outputtags.pm 2005/11/03 20:29:07 1.42 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # tags that create controlled output # -# $Id: outputtags.pm,v 1.41 2005/11/03 11:12:37 foxr Exp $ +# $Id: outputtags.pm,v 1.42 2005/11/03 20:29:07 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -97,7 +97,7 @@ sub start_displayduedate { $result=&Apache::edit::tag_start($target,$token); $result.=''; $result.=&Apache::edit::end_table(); - } elsif {$target eq 'tex'} { + } elsif ( $target eq 'tex' ) { # print target. $result =''; # Stubbed off for now. }