ajout du meta dans le header de ninegate (fixes #31783)
This commit is contained in:
parent
97cf0a727b
commit
300b204088
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html"; charset="utf-8" />
|
<meta http-equiv="Content-Type" content="text/html"; charset="utf-8" />
|
||||||
|
<meta name="viewport" content="initial-scale=1">
|
||||||
|
|
||||||
<title>{% block title %}{{ app.session.get('appname') }}{% endblock %}</title>
|
<title>{% block title %}{{ app.session.get('appname') }}{% endblock %}</title>
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
|
|
Loading…
Reference in New Issue