--- loncom/publisher/loncfile.pm 2009/04/13 21:29:26 1.96 +++ loncom/publisher/loncfile.pm 2009/05/11 16:51:32 1.97 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.96 2009/04/13 21:29:26 raeburn Exp $ +# $Id: loncfile.pm,v 1.97 2009/05/11 16:51:32 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -423,7 +423,7 @@ sub CloseForm1 { my ($request, $fn) = @_; $request->print('

'); $request->print('

'); + '" method="post">

'); } @@ -820,7 +820,7 @@ sub NewFile1 { ''.&mt('Enter a file name: ').' '. '

'. '

'); + '" method="post">

'); return; } @@ -828,9 +828,9 @@ sub NewFile1 { $request->print(''); $request->print('

'); + '" method="post">

'); $request->print('

'); + '" method="post">

'); } return; }