--- loncom/interface/lonaboutme.pm 2012/12/07 17:15:56 1.153 +++ loncom/interface/lonaboutme.pm 2013/05/03 16:26:43 1.154 @@ -1,7 +1,7 @@ # The LearningOnline Network # Personal Information Page # -# $Id: lonaboutme.pm,v 1.153 2012/12/07 17:15:56 raeburn Exp $ +# $Id: lonaboutme.pm,v 1.154 2013/05/03 16:26:43 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -405,7 +405,7 @@ sub handler { if ($target ne 'tex') { $r->print(''); if ($env{'form.popup'}) { - $r->print('

'.&mt('Close window').''); + $r->print('

'.&mt('Close window').'

'); } $r->print(&Apache::loncommon::end_page()); } else {