summaryrefslogtreecommitdiff
path: root/templates/layout.jinja
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/layout.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.jinja b/templates/layout.jinja
index aa923d6..77c383d 100644
--- a/templates/layout.jinja
+++ b/templates/layout.jinja
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
- <meta charset=utf-8" >
+ <meta charset="utf-8">
<link rel="shortcut icon" href="{{ "images/currency.png" | static_url }}" type="image/icon">
<title>{{ title or "Kostenverwaltung" }}</title>
{% block style %}