--- loncom/interface/lonaboutme.pm 2006/08/02 20:18:10 1.45 +++ loncom/interface/lonaboutme.pm 2006/08/02 20:23:33 1.46 @@ -1,7 +1,7 @@ # The LearningOnline Network # "About Me" Personal Information # -# $Id: lonaboutme.pm,v 1.45 2006/08/02 20:18:10 albertel Exp $ +# $Id: lonaboutme.pm,v 1.46 2006/08/02 20:23:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -219,7 +219,7 @@ sub handler { if ($allowed) { $r->print(''); } - if ($target ne 'tex') {$r->print('

');} else {$r->print('\\\\');} + if ($target ne 'tex') {$r->print('
');} else {$r->print('\\\\');} } else { $r->print('

'.&mt('No personal information provided').'.

'); }