diff options
Diffstat (limited to 'templates/layouts/mainlayout.html.ep')
-rw-r--r-- | templates/layouts/mainlayout.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/mainlayout.html.ep b/templates/layouts/mainlayout.html.ep index e084578..782bcdd 100644 --- a/templates/layouts/mainlayout.html.ep +++ b/templates/layouts/mainlayout.html.ep @@ -1,8 +1,8 @@ <!DOCTYPE html> -<meta charset=UTF-8> <html lang="<%= $lang %>"> <head> + <meta charset=UTF-8> <title> <%= stash('title') || 'JWebmail' %> </title> <link href="/style.css" rel=stylesheet> </head> |