Revert "iframe: Do not escape the url"

This reverts commit bd424a7cbd.

refs #10321
This commit is contained in:
Eric Lippmann 2015-10-15 11:01:04 +02:00
parent eed1959223
commit 34f4eb9321
1 changed files with 1 additions and 1 deletions

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>