--- loncom/publisher/loncfile.pm 2010/11/27 23:20:46 1.104 +++ loncom/publisher/loncfile.pm 2010/12/14 16:26:04 1.105 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.104 2010/11/27 23:20:46 raeburn Exp $ +# $Id: loncfile.pm,v 1.105 2010/12/14 16:26:04 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1471,7 +1471,7 @@ function writeDone() { $r->print('

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

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

' + $r->print('

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

' );