[LON-CAPA-cvs] cvs: rat /client extpickcode.html

www lon-capa-cvs@mail.lon-capa.org
Sun, 01 Feb 2004 21:47:23 -0000


www		Sun Feb  1 16:47:23 2004 EDT

  Modified files:              
    /rat/client	extpickcode.html 
  Log:
  Bug #2380: Ampersand in title of external URL
  
  
Index: rat/client/extpickcode.html
diff -u rat/client/extpickcode.html:1.4 rat/client/extpickcode.html:1.5
--- rat/client/extpickcode.html:1.4	Wed Feb 26 15:30:44 2003
+++ rat/client/extpickcode.html	Sun Feb  1 16:47:22 2004
@@ -4,7 +4,7 @@
 The LearningOnline Network
 Pick External Resources
 //
-// $Id: extpickcode.html,v 1.4 2003/02/26 20:30:44 www Exp $
+// $Id: extpickcode.html,v 1.5 2004/02/01 21:47:22 www Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -35,7 +35,7 @@
 <table>
 <tr><td bgcolor="#FFFF99">
 <input type="button" name="cancel" value="Choose"
-onClick="javascript:parent.opener.document.forms.extimport.title.value=this.form.exttitle.value;parent.opener.document.forms.extimport.url.value=escape(this.form.exturl.value);parent.opener.finishpick();parent.close();" /></td>
+onClick="javascript:parent.opener.document.forms.extimport.title.value=escape(this.form.exttitle.value);parent.opener.document.forms.extimport.url.value=escape(this.form.exturl.value);parent.opener.finishpick();parent.close();" /></td>
 <td>Title:</td>
 <td><input type="text" size="60" name="exttitle" value="External Resource" />
 </td></tr>