Revert "iframe: Do not escape the url"

This reverts commit bd424a7cbdcd4985435449b0106d8ec4d326d1c3.

refs #10321
This commit is contained in:
Eric Lippmann 2015-10-15 11:01:04 +02:00
parent eed1959223
commit 34f4eb9321

View File

@ -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>