code is incorrect (warning element_invalid_self_closing_tag)

pull/15324/head
adiguba 2 years ago
parent 21dadfc997
commit f9b52f2891

@ -267,7 +267,7 @@ Elements with the `contenteditable` attribute support the following bindings:
<!-- for some reason puts the comment and html on same line -->
<!-- prettier-ignore -->
```svelte
<div contenteditable="true" bind:innerHTML={html} />
<div contenteditable="true" bind:innerHTML={html}></div>
```
## Dimensions

Loading…
Cancel
Save