Skip to content

Commit

Permalink
fix: Correct self closing tag in adress
Browse files Browse the repository at this point in the history
(<br /> is valid, </br /> is not)
  • Loading branch information
AiyionPrime committed Dec 16, 2024
1 parent 97f66d5 commit 8a9a552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h1>Impressum</h1>
<h2>Angaben gemäß § 5 TMG:</h2>
<p>
<span class="light">F</span>Norden e. V.<br />
c/o Carsten Wiemann</br />
c/o Carsten Wiemann<br />
Wülferoder Str. 70<br />
30539 Hannover
</p>
Expand Down

0 comments on commit 8a9a552

Please sign in to comment.