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

raeburn raeburn at source.lon-capa.org
Sun Jun 22 15:11:59 EDT 2014


raeburn		Sun Jun 22 19:11:59 2014 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  - Typo in rev. 1.1030 ?
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1195 loncom/interface/loncommon.pm:1.1196
--- loncom/interface/loncommon.pm:1.1195	Sun Jun 22 13:26:19 2014
+++ loncom/interface/loncommon.pm	Sun Jun 22 19:11:58 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1195 2014/06/22 13:26:19 raeburn Exp $
+# $Id: loncommon.pm,v 1.1196 2014/06/22 19:11:58 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -7722,7 +7722,7 @@
 		modalWindow.windowId = "myModal";
 		modalWindow.width = width;
 		modalWindow.height = height;
-		modalWindow.content = "<iframe width='"+width+"' height='"+height+"' frameborder='0' scrolling='"+scrolling+"' allowtransparency='"+transparency+"' src='" + source + "' style='"+style+"'>&lt/iframe>";
+		modalWindow.content = "<iframe width='"+width+"' height='"+height+"' frameborder='0' scrolling='"+scrolling+"' allowtransparency='"+transparency+"' src='" + source + "' style='"+style+"'></iframe>";
 		modalWindow.open();
 	};	
 // END LON-CAPA Internal -->




More information about the LON-CAPA-cvs mailing list