Browse Source
Merge pull request #1 from myphs/myphs-patch-1
Template: remove comma from attributes
master
Marten
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 --> |
|
|
|
|