Skip to content

Commit c684339

Browse files
authored
remove <
1 parent 67fe5fa commit c684339

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/rules/no-unescaped-entities.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ when the closing `>` is in the wrong place.
4141
The preferred way to include one of these characters is to use the HTML escape code.
4242

4343
- `>` can be replaced with `&gt;`
44-
- `<` can be replaced with `&lt;`
4544
- `"` can be replaced with `&quot;`, `&ldquo;`, `&#34;` or `&rdquo;`
4645
- `'` can be replaced with `&apos;`, `&lsquo;`, `&#39;` or `&rsquo;`
4746
- `}` can be replaced with `&#125;`

0 commit comments

Comments
 (0)