Skip to content

Commit

Permalink
Fix HTML syntax (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: rvogel <[email protected]>
  • Loading branch information
osnard and rvogel authored Feb 19, 2024
1 parent f9065c1 commit 539b44f
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 539b44f

Please sign in to comment.