summaryrefslogtreecommitdiff
path: root/templates/layout.jinja
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-09-16 11:16:10 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-09-16 11:16:10 +0200
commit5aae6298b4641b7414f30e435e7c587a123e897d (patch)
tree35aea04d07db8b822fa6028605a8d0f8caad2e8a /templates/layout.jinja
parent8b741c2d24549e6feae79f2227e5ddeebaf3fa69 (diff)
downloadkosten-5aae6298b4641b7414f30e435e7c587a123e897d.tar.gz
kosten-5aae6298b4641b7414f30e435e7c587a123e897d.tar.bz2
kosten-5aae6298b4641b7414f30e435e7c587a123e897d.zip
typo
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 %}