--- loncom/publisher/loncfile.pm 2009/01/29 11:50:32 1.93 +++ loncom/publisher/loncfile.pm 2009/03/26 16:50:12 1.94 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.93 2009/01/29 11:50:32 bisitz Exp $ +# $Id: loncfile.pm,v 1.94 2009/03/26 16:50:12 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1364,8 +1364,10 @@ function writeDone() { $r->print('

'.&mt('Location').': '.&display($fn).'

'); if (($uname ne $env{'user.name'}) || ($udom ne $env{'user.domain'})) { - $r->print('

'.&mt('Co-Author').': '.$uname.' at '.$udom. - '

'); + $r->print('

' + .&mt('Co-Author [_1]:[_2]',$uname,$udom) + .'

' + ); }