Revert "iframe: Do not escape the url"
This reverts commit bd424a7cbd
.
refs #10321
This commit is contained in:
parent
eed1959223
commit
34f4eb9321
|
@ -1 +1 @@
|
|||
<iframe src="<?= $url ?>" style="height:100%; width:99%;" frameborder="no"></iframe>
|
||||
<iframe src="<?= $this->escape($url) ?>" style="height:100%; width:99%;" frameborder="no"></iframe>
|
||||
|
|
Loading…
Reference in New Issue