diff options
Diffstat (limited to 'templates/webmail/about.html.ep')
-rw-r--r-- | templates/webmail/about.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/webmail/about.html.ep b/templates/webmail/about.html.ep index c6d1247..49ecc1a 100644 --- a/templates/webmail/about.html.ep +++ b/templates/webmail/about.html.ep @@ -47,7 +47,7 @@ <li>Supported languages: <p class=languages> % foreach (@$languages) { - <%= $_ %> + <a href="<%= url_for(lang => $_) %>"><%= $_ %></a> % } </p> </li> |