Skip to content

Commit 9a3f2ca

Browse files
committed
properly close iframe html tag
1 parent f395555 commit 9a3f2ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iframe.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<html>
22
<body>
33
<h1>Transformap viewer included via iframe:</h1>
4-
<iframe width="1200" height="500" src="http://viewer.transformap.co/#5/51.166/10.451" />
4+
<iframe width="1200" height="500" src="http://viewer.transformap.co/#5/51.166/10.451"></iframe>
5+
<p>foo bar</p>

0 commit comments

Comments
 (0)