diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-11-04 22:54:37 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2020-11-04 22:54:37 +0100 |
commit | 69d77e8a05bec240f99a2045605876e6f6cd8aa3 (patch) | |
tree | e9b4b79c4a7af0ce75712c03df357763c5674803 /templates/layouts | |
parent | a65c91f28529d0bd444334e6dfed37b173c7e649 (diff) |
added back button in readmail; corrected generated html
Diffstat (limited to 'templates/layouts')
-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> |