--- loncom/interface/londocs.pm 2014/08/25 01:42:30 1.584 +++ loncom/interface/londocs.pm 2014/10/14 21:01:23 1.585 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.584 2014/08/25 01:42:30 raeburn Exp $ +# $Id: londocs.pm,v 1.585 2014/10/14 21:01:23 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;