chore(security): fix CHANGELOG formatting. (#8687)
Turns out the fenced code block needs to be in its own paragraph.
This commit is contained in:
parent
6cdc53c497
commit
7bb5167239
|
@ -4,6 +4,7 @@
|
||||||
- HTML, style values, and URLs are now automatically sanitized. Values that do not match are escaped
|
- HTML, style values, and URLs are now automatically sanitized. Values that do not match are escaped
|
||||||
or ignored. When binding a URL or style property that would get ignored, bind to a value
|
or ignored. When binding a URL or style property that would get ignored, bind to a value
|
||||||
explicitly marked as safe instead by injection the DOM sanitization service:
|
explicitly marked as safe instead by injection the DOM sanitization service:
|
||||||
|
|
||||||
```
|
```
|
||||||
class MyComponent {
|
class MyComponent {
|
||||||
constructor(sanitizer: DomSanitizationService) {
|
constructor(sanitizer: DomSanitizationService) {
|
||||||
|
|
Loading…
Reference in New Issue