[LON-CAPA-cvs] cvs: loncom /interface londocs.pm

raeburn raeburn at source.lon-capa.org
Tue Oct 14 17:01:24 EDT 2014


raeburn		Tue Oct 14 21:01:24 2014 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
  Log:
  - Bug 6747.
    - Allow cut, copy or remove for items containing double a quote in the 
      title used in a course, when using Course Editor.
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.584 loncom/interface/londocs.pm:1.585
--- loncom/interface/londocs.pm:1.584	Mon Aug 25 01:42:30 2014
+++ loncom/interface/londocs.pm	Tue Oct 14 21:01:23 2014
@@ -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 @@
 
     $renametitle=~s/\\/\\\\/g;
     $renametitle=~s/\&quot\;/\\\"/g;
+    $renametitle=~s/"/%22/g;
     $renametitle=~s/ /%20/g;
     $oldtitle = $renametitle;
     $renametitle=~s/\'/\\\'/g;




More information about the LON-CAPA-cvs mailing list