--- loncom/publisher/testbankimport.pm 2009/04/04 21:45:57 1.21 +++ loncom/publisher/testbankimport.pm 2009/05/04 16:46:05 1.22 @@ -1,5 +1,5 @@ # Handler for parsing text upload problem descriptions into .problems -# $Id: testbankimport.pm,v 1.21 2009/04/04 21:45:57 bisitz Exp $ +# $Id: testbankimport.pm,v 1.22 2009/05/04 16:46:05 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -81,12 +81,12 @@ function createWin() { newWindow = window.open("","CreateDir","HEIGHT=400,WIDTH=750,scrollbars=yes") newWindow.document.open() newWindow.document.write('$start_page') - newWindow.document.write("[Author Header]\\n") + newWindow.document.write("[Author Header]\\n") newWindow.document.write("

$lt{'loca'}: $webpath

$lt{'newd'}

\\n") newWindow.document.write("
\\n") newWindow.document.write("$lt{'ente'}.

") newWindow.document.write("") - newWindow.document.write("") + newWindow.document.write("") newWindow.document.write("") newWindow.document.write("$webpath") newWindow.document.write("
")