Skip to content

Commit

Permalink
[bugfix] Add missing </a> on about page (#3410)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmethurst authored Oct 9, 2024
1 parent e8fd40f commit 1bc59a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/template/about.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Polls can have up to
<li><a href="#contact">Contact</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#languages">Languages</a></li>
<li><a href="#signup">Register an Account on {{ .instance.Title -}}</li>
<li><a href="#signup">Register an Account on {{ .instance.Title -}}</a></li>
<li><a href="#rules">Rules</a></li>
<li><a href="#terms">Terms and Conditions</a></li>
<li><a href="#moderated-servers">Moderated Servers</a></li>
Expand Down

0 comments on commit 1bc59a0

Please sign in to comment.