Skip to content

Commit ff723aa

Browse files
committed
docs: escape doctype html to avoid breaking nuget package build that includes release notes
1 parent 5e188a5 commit ff723aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ All notable changes to **bUnit** will be documented in this file. The project ad
88

99
### Fixed
1010

11-
- bUnit's built-in HTML parser did not correctly parse full HTML documents that included a `<!DOCTYPE html>` as the first element. Fixed by [@egil](https://github.com/egil).
11+
- bUnit's built-in HTML parser did not correctly parse full HTML documents that included a &lt;!DOCTYPE html&gt; as the first element. Fixed by [@egil](https://github.com/egil).
1212

1313
### Changed
1414
- `NavigationManager` is again registered as a singleton instead of scoped.

0 commit comments

Comments
 (0)