--- loncom/publisher/loncfile.pm 2004/05/26 22:31:30 1.56 +++ loncom/publisher/loncfile.pm 2004/06/10 18:20:16 1.57 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.56 2004/05/26 22:31:30 albertel Exp $ +# $Id: loncfile.pm,v 1.57 2004/06/10 18:20:16 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -291,7 +291,7 @@ sub checksuffix { sub cleanDest { my ($request,$dest)=@_; #remove bad characters - if ($dest=~/[\#\?&%]/) { + if ($dest=~/[\#\?&%\"]/) { $request->print("

".&mt('Invalid characters in requested name have been removed.')."

"); $dest=~s/[\#\?&%]//g; }