--- loncom/html/res/adm/pages/annotator/admannotations.pm 2009/03/20 10:04:53 1.35 +++ loncom/html/res/adm/pages/annotator/admannotations.pm 2018/12/29 22:31:16 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # This will take annotations and then plug them into a page. # -# $Id: admannotations.pm,v 1.35 2009/03/20 10:04:53 bisitz Exp $ +# $Id: admannotations.pm,v 1.36 2018/12/29 22:31:16 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -117,7 +117,7 @@ ENDJS return(< -
+
@@ -155,7 +155,7 @@ ENDJS return(< - +
@@ -185,7 +185,6 @@ sub handler { $r->send_http_header; return OK if $r->header_only; - my $page; my ($symb_old,$symb_old_enc) = &Apache::loncommon::clean_symb($env{'form.symbold'},1);