Merge pull request #1996 from smakhl/patch-1

Correct message in sandbox.view iframe
This commit is contained in:
Ilya Kantor 2020-07-18 14:10:07 +03:00 committed by GitHub
commit c1767e7f5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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