--- loncom/interface/lonaboutme.pm 2023/12/28 17:56:01 1.169 +++ loncom/interface/lonaboutme.pm 2025/01/28 19:49:20 1.170 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.169 2023/12/28 17:56:01 raeburn Exp $ +# $Id: lonaboutme.pm,v 1.170 2025/01/28 19:49:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -358,12 +358,13 @@ sub handler { } if ($allowed) { + my $labeltext = &HTML::Entities::encode(&mt('Choose photo file'),'"&<>'); $r->print( '
'. '

'.&mt('Upload a Photo').'

'. '

'. &mt('LON-CAPA will automatically scale your uploaded file so the image will not exceed a width of 400px and a height of 500px.').'

'. - ''. + ''. ''. ''. '
');