Merge pull request #1996 from smakhl/patch-1
Correct message in sandbox.view iframe
This commit is contained in:
commit
c1767e7f5a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div>The iframe below is has <code>sandbox</code> attribute.</div>
|
<div>The iframe below has the <code>sandbox</code> attribute.</div>
|
||||||
|
|
||||||
<iframe sandbox src="sandboxed.html" style="height:60px;width:90%"></iframe>
|
<iframe sandbox src="sandboxed.html" style="height:60px;width:90%"></iframe>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue