--- loncom/publisher/loncfile.pm 2004/07/02 08:07:17 1.58 +++ loncom/publisher/loncfile.pm 2004/08/12 06:50:15 1.59 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.58 2004/07/02 08:07:17 albertel Exp $ +# $Id: loncfile.pm,v 1.59 2004/08/12 06:50:15 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -298,7 +298,7 @@ sub cleanDest { } if ($dest=~/[\#\?&%\"]/) { $foundbad=1; - $dest=~s/[\#\?&%]//g; + $dest=~s/[\#\?&%\"]//g; } if ($foundbad) { $request->print("

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

");