Skip to content

Commit 92551ab

Browse files
committed
Update html.md
More copy/paste leftovers
1 parent f91d5b0 commit 92551ab

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Using HTML according to its purpose is important for accessibility, reuse, and c
6666
<!-- Good -->
6767
<a href="subscriptions/">View subscriptions</a>
6868

69-
<!-- Bad - ul is a block element -->
69+
<!-- Bad -->
7070
<div onclick="goToSubscriptions();">View subscriptions</div>
7171
```
7272

0 commit comments

Comments
 (0)