htmlarea MDL-15800 add ; at the end of line <? echo ... ; ?>

This commit is contained in:
jerome
2009-08-27 03:21:33 +00:00
parent 355efd43c7
commit f64afbb455
+1 -1
View File
@@ -719,7 +719,7 @@ HTMLArea.prototype.generate = function () {
// create the IFRAME
var iframe = document.createElement("iframe");
iframe.src = "<?php echo $url ?>blank.html";
iframe.src = "<?php echo $url; ?>blank.html";
iframe.className = "iframe";