Browse Source

template bugfix: ',' after attribute

master
Marten 1 week ago
committed by GitHub
parent
commit
654538ba1b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/templates/template.html

+ 1
- 1
src/templates/template.html

@ -3,7 +3,7 @@
<title>{{ title }}</title>
<link href="{{ url_for('static', filename='css/' + style + '.css') }}" rel="stylesheet" type="text/css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width", initial-scale=1.0>
<meta name="viewport" content="width=device-width" initial-scale=1.0>
</head>
<body>
<!-- Menu -->

Loading…
Cancel
Save