diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-27 10:09:04 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-27 10:09:04 +0200 | 
| commit | b8398a1c3c39dc4087af1c1b895a19c980196bba (patch) | |
| tree | 5c4d15bca0a3adf1867a165313dec85fa27f1342 | |
| parent | 508dac38bd764cd44d2a8a4c319386f2478f527b (diff) | |
Fix syntax in account.html.
Closes #283
Todo: add compilation tests for _all_ templates
| -rw-r--r-- | templates/account.html.ep | 2 | 
1 files changed, 1 insertions, 1 deletions
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 @@  						<span class="card-title"><%= L('account.changed-language') %></span>  					% }  					% elsif ($success eq 'privacy') { -						<span class="card-title"><%= L('account.changed-privacy') %</span> +						<span class="card-title"><%= L('account.changed-privacy') %></span>  					% }  					% elsif ($success eq 'social') {  						<span class="card-title"><%= L('account.changed-social') %></span>  | 
