--- rat/lonpage.pm 2022/10/05 22:59:06 1.111.2.13.2.4 +++ rat/lonpage.pm 2023/01/19 17:23:33 1.111.2.13.2.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Page Handler # -# $Id: lonpage.pm,v 1.111.2.13.2.4 2022/10/05 22:59:06 raeburn Exp $ +# $Id: lonpage.pm,v 1.111.2.13.2.5 2023/01/19 17:23:33 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1016,6 +1016,7 @@ sub get_buttons { my ($aname,$shownsymb); if (($hash->{'encrypted_'.$rid}) && (!$env{'request.role.adv'})) { $aname = 'LC_'.$rid; + $shownsymb = &Apache::lonenc::encrypted($symb); } else { $shownsymb = $symb; my $dispsymb = $symb;