From d20107faf279d204c148b6024ccd4f80f7747300 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sat, 6 Jul 2019 14:05:01 +0200 Subject: small bugfix in about (html validation) --- about.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.cgi b/about.cgi index 95f11da..9f9ac09 100755 --- a/about.cgi +++ b/about.cgi @@ -26,7 +26,7 @@ require_relative "dudle" $d = Dudle.new $d << "
" -$d << _('This application is powered by %{Dudle}.') % {:Dudle => "dudle"} +$d << _('This application is powered by %{Dudle}.') % {:Dudle => "dudle"} $d << "
" $d << "

" + _("License") + "

" $d << _("The sourcecode of this application is available under the terms of AGPL Version 3.") -- cgit v1.2.3