Skip to content

Commit

Permalink
Fix missing closing tags - #215.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Aug 30, 2024
1 parent c4ee48b commit d3c7fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/grid.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
</div>
{{/imageerror}}
{{^popup}}
{{#notavailable}}</div>{{/notavailable}}
{{^notavailable}}</a>{{/notavailable}}
{{#hasbadge}}</div>{{/hasbadge}}
{{^hasbadge}}</a>{{/hasbadge}}
{{/popup}}
{{#popup}}
</div>
Expand Down

0 comments on commit d3c7fb5

Please sign in to comment.