From b8398a1c3c39dc4087af1c1b895a19c980196bba Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 27 Jul 2025 10:09:04 +0200 Subject: Fix syntax in account.html. Closes #283 Todo: add compilation tests for _all_ templates --- templates/account.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/account.html.ep b/templates/account.html.ep index 53e93fa..0a5dbda 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -20,7 +20,7 @@ <%= L('account.changed-language') %> % } % elsif ($success eq 'privacy') { - <%= L('account.changed-privacy') % + <%= L('account.changed-privacy') %> % } % elsif ($success eq 'social') { <%= L('account.changed-social') %> -- cgit v1.2.3