--- loncom/publisher/testbankimport.pm 2010/11/28 00:04:10 1.27 +++ loncom/publisher/testbankimport.pm 2010/12/14 16:26:04 1.28 @@ -1,5 +1,5 @@ # Handler for parsing text upload problem descriptions into .problems -# $Id: testbankimport.pm,v 1.27 2010/11/28 00:04:10 raeburn Exp $ +# $Id: testbankimport.pm,v 1.28 2010/12/14 16:26:04 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1800,7 +1800,7 @@ sub print_header { {'bread_crumbs' => $brcrum, 'add_entries' => $loadentries}); if (($uname ne $env{'user.name'}) || ($udom ne $env{'user.domain'})) { - $output .= '

' + $output .= '

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

'; }