Skip to content

Commit

Permalink
htmlarea MDL-15800 add ; at the end of line <? echo ... ; ?>
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome committed Aug 27, 2009
1 parent 355efd4 commit f64afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/editor/htmlarea/htmlarea.php
Expand Up @@ -719,7 +719,7 @@ function createButton(txt) {
// create the IFRAME // create the IFRAME
var iframe = document.createElement("iframe"); var iframe = document.createElement("iframe");


iframe.src = "<?php echo $url ?>blank.html"; iframe.src = "<?php echo $url; ?>blank.html";


iframe.className = "iframe"; iframe.className = "iframe";


Expand Down

0 comments on commit f64afbb

Please sign in to comment.