Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
d055c81f
Commit
d055c81f
authored
Apr 11, 2019
by
Laurent Lécluse
Browse files
Suppression d'un vieil avertissement pour IE8 (obsolète)
parent
a448c894
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/Application/view/layout/layout.phtml
View file @
d055c81f
...
...
@@ -27,13 +27,6 @@
<!-- Scripts -->
<?=
$this
->
headScript
();
?>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body
class=
"
<?=
getenv
(
'APPLICATION_ENV'
)
?:
'dev'
?>
"
data-base-url=
"
<?=
$this
->
url
(
'home'
)
?>
"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment