Skip to content

Commit f91d5b0

Browse files
committed
Update html.md
Remove copy/paste leftover
1 parent b03846c commit f91d5b0

File tree

1 file changed

+2
-2
lines changed
  • manual/en-US/coding-standards/chapters

1 file changed

+2
-2
lines changed

manual/en-US/coding-standards/chapters/html.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Use a new line for every block, list, or table element, and indent every such ch
5151
</ul>
5252
</div>
5353

54-
<!-- Bad - ul is a block element -->
54+
<!-- Bad -->
5555
<div><ul>
5656
<li>Home</li>
5757
<li>Blog</li>
@@ -79,4 +79,4 @@ Highlight todos by using the keyword TODO, eg:
7979
<li>Home</li>
8080
<li>Blog</li>
8181
</ul>
82-
```
82+
```

0 commit comments

Comments
 (0)