Correct message in sandbox.view iframe

This commit is contained in:
Sergei Makhlonov 2020-07-07 13:02:50 +03:00 committed by GitHub
parent 445bda3980
commit 1ad3c2c339
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>