1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2026-02-22 04:44:48 +01:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Marten
39ea784311 Merge pull request #1 from myphs/myphs-patch-1
Template: remove comma from attributes
2020-12-15 21:18:17 +01:00
Roman
37aecbeed3 Template: remove comma from attributes
This commit removes an unnecessary comma.
2020-12-15 20:30:30 +01:00

View File

@@ -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 -->