--- loncom/interface/lonaboutme.pm 2004/05/04 14:34:25 1.24
+++ loncom/interface/lonaboutme.pm 2004/08/25 18:08:11 1.30
@@ -1,7 +1,7 @@
# The LearningOnline Network
# "About Me" Personal Information
#
-# $Id: lonaboutme.pm,v 1.24 2004/05/04 14:34:25 albertel Exp $
+# $Id: lonaboutme.pm,v 1.30 2004/08/25 18:08:11 sakharuk Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -153,8 +153,12 @@ ENDDOCUMENT
if ($syllabus{'uploaded.photourl'}) {
&Apache::lonnet::allowuploaded('/adm/aboutme',
$syllabus{'uploaded.photourl'});
- $r->print('
');
+ my $image='
';
+ if ($target eq 'tex') {
+ $image=&Apache::lonxml::xmlparse($r,'tex',$image);
+ }
+ $r->print($image);
}
if ($allowed) {
$r->print(
@@ -170,13 +174,16 @@ ENDDOCUMENT
$message=~s/\n/\
/g;
$message
=~s/(http\:\/\/[^\s]+)/\\$1\<\/tt\>\<\/a\>/g;
+ if ($allowed) {
+ $message=&Apache::lonspeller::markeduptext($message);
+ }
$message=&Apache::lontexconvert::msgtexconverted($message);
if ($target ne 'tex') {
$r->print(''.$syllabusfields{$_}.'
'.
$message.'
');
} else {
$r->print('\\\\\textbf{'.$syllabusfields{$_}.'}\\\\'.
- &Apache::lonxml::xmlparse($r,' ',$message).'\\\\');
+ &Apache::lonxml::xmlparse($r,'tex',$message).'\\\\');
}
if ($allowed) {
$r->print('