Remove trailing slash for void elements... sadly

This commit is contained in:
Greg Burri 2025-02-14 18:58:32 +01:00
parent a1fd63ad08
commit cb2483eab1
13 changed files with 57 additions and 52 deletions

View file

@ -1 +1 @@
<a class="title" href="/"><img class="logo" src="/static/logo.svg" alt="logo"/>{{ tr.t(Sentence::MainTitle) }}</a>
<a class="title" href="/"><img class="logo" src="/static/logo.svg" alt="logo">{{ tr.t(Sentence::MainTitle) }}</a>