--- loncom/interface/lonaboutme.pm 2022/10/27 20:33:31 1.162 +++ loncom/interface/lonaboutme.pm 2022/10/29 14:47:00 1.163 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.162 2022/10/27 20:33:31 raeburn Exp $ +# $Id: lonaboutme.pm,v 1.163 2022/10/29 14:47:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -230,6 +230,7 @@ sub handler { if ($title eq '') { $title = &mt('Personal Information Page'); } + $title = &HTML::Entities::encode($title,'\'"<>&'); my $brcrum = &Apache::lonhtmlcommon::docs_breadcrumbs(undef,$crstype,undef,$title,1); if (ref($brcrum) eq 'ARRAY') {