Skip to content

Commit 0d26032

Browse files
committed
fix errors with iframe tag
- ./support/index.html * 320:1: ERROR: Start tag of nonvoid HTML element ends with '/>', use '>'. <iframe src="https://kiwiirc.com/client/irc.freenode.net/?&amp;theme=cli#ev3dev" class="button" style="width:100%; height:450px; border: none;" /> ^ (line 320) * 387:1: ERROR: Premature end of file Currently open tags: html, body, div, iframe. ^ (line 387) * 387:1: ERROR: Premature end of file Currently open tags: html, body, div. ^ (line 387) htmlproofer 3.15.2 | Error: HTML-Proofer found 3 failures!
1 parent 38be987 commit 0d26032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Also, #ev3dev is logged by `ev3devlogbot`. You can find the logs at <http://ev3d
125125
If you don't already have an IRC client program, you can connect right in your
126126
browser. Just enter a nickname and click start below.
127127

128-
<iframe src="https://kiwiirc.com/client/irc.freenode.net/?&theme=cli#ev3dev" class="button" style="width:100%; height:450px; border: none;" />
128+
<iframe src="https://kiwiirc.com/client/irc.freenode.net/?&theme=cli#ev3dev" class="button" style="width:100%; height:450px; border: none;"></iframe>
129129

130130
[GitHub Issues]: https://help.github.com/articles/about-issues/
131131
[ev3dev-lang-python]: https://github.com/rhempel/ev3dev-lang-python

0 commit comments

Comments
 (0)