Skip to content

Commit ebbed73

Browse files
committed
fix DOCTYPE in html example
1 parent 5e24e1c commit ebbed73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sessions/c1s1/7_more_html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A few things to look out for
1616
### HTML file layout
1717

1818
{% highlight html %}
19-
<DOCTYPE! html>
19+
<!DOCTYPE html>
2020
<html>
2121
<head>
2222
<title>Page title</title>

0 commit comments

Comments
 (0)