X-UA-Compatible
This commit is contained in:
parent
52eacea29b
commit
3f0fb552dd
@ -19,9 +19,11 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
||||
$pathScript = '/themes/default/scripts';
|
||||
|
||||
$view->headMeta()
|
||||
->appendHttpEquiv('viewport', 'width=device-width, initial-scale=1.0')
|
||||
->appendHttpEquiv('Content-Type', 'text/html; charset=UTF-8')
|
||||
->appendHttpEquiv('Content-Language', 'fr-FR');
|
||||
->appendName('viewport', 'width=device-width, initial-scale=1.0')
|
||||
->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
|
||||
->appendHttpEquiv('Content-Type', 'text/html; charset=UTF-8')
|
||||
->appendHttpEquiv('Content-Language', 'fr-FR');
|
||||
|
||||
|
||||
$view->headLink()
|
||||
->appendStylesheet('/libs/bootstrap-3.2.0/css/bootstrap.min.css', 'all')
|
||||
|
Loading…
Reference in New Issue
Block a user