Skip to content

Commit

Permalink
Update formatting-report.md
Browse files Browse the repository at this point in the history
Fixes closing tags of <summary>
  • Loading branch information
davidwessman authored Sep 3, 2023
1 parent bad2142 commit 9e55b88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/formatting-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ assignees: davidwessman
---

<details>
<summary>ERB-snippet</summary
<summary>ERB-snippet</summary>

```html
<% code %>
```
</details>

<details>
<summary>Expected formatting</summary
<summary>Expected formatting</summary>

```html
<% code %>
```
</details>
<details>
<summary>Actual formatting</summary
<summary>Actual formatting</summary>

```html
<% code %>
Expand Down

0 comments on commit 9e55b88

Please sign in to comment.