Skip to content

Commit

Permalink
Fix HTML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rvogel committed Feb 19, 2024
1 parent f9065c1 commit c78b82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/templates/card-header.mustache
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div {{#id}}id="{{.}}"{{/id}}class="card-header{{#class}} {{.}}{{/class}}" role="heading" tabindex="0">
<div {{#id}}id="{{.}}" {{/id}}class="card-header{{#class}} {{.}}{{/class}}" role="heading" tabindex="0">
{{{body}}}
</div>
</div>

0 comments on commit c78b82d

Please sign in to comment.