Skip to content

Commit

Permalink
docs: fix missing close element in example (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
fseda authored Dec 18, 2023
1 parent e127474 commit d614702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/10-security/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Style attributes cannot be expressions, only constants, to avoid escaping vulner

```html
templ Example() {
<div style={ "will throw an error" }</div>
<div style={ "will throw an error" }></div>
}
```

Expand Down

0 comments on commit d614702

Please sign in to comment.