diff options
| -rw-r--r-- | templates/about.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/templates/about.html.ep b/templates/about.html.ep index 6cb5658..f601cc7 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -6,7 +6,7 @@  		href="<%= app->config->{'source_url'} %>">Quelltext</a>  		steht unter der <a  		href="https://git.finalrewind.org/db-fakedisplay/tree/COPYING">GNU AGPL -		v3</a> als Open Source zur Verfügung. © 2021 <a +		v3</a> als Open Source zur Verfügung. © 2022 <a  		href="https://finalrewind.org/me">Daniel Friesel</a> / <a href="https://twitter.com/derfnull">@derfnull</a>.  		% if (my $issue_url = app->config->{'issue_url'}) {  			Fehlermeldungen bitte via | 
