--- loncom/interface/londocs.pm 2014/08/25 01:43:51 1.484.2.54 +++ loncom/interface/londocs.pm 2014/10/14 21:08:14 1.484.2.55 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.484.2.54 2014/08/25 01:43:51 raeburn Exp $ +# $Id: londocs.pm,v 1.484.2.55 2014/10/14 21:08:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3358,6 +3358,7 @@ sub entryline { $renametitle=~s/\\/\\\\/g; $renametitle=~s/\"\;/\\\"/g; + $renametitle=~s/"/%22/g; $renametitle=~s/ /%20/g; $oldtitle = $renametitle; $renametitle=~s/\'\;/\\\'/g;