This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 295c22fd22e253d9e5e23323554aaaf83599f18a (commit)
from 6dae85f534d026374688cb38c928b9627258aef2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=295c22fd22e253d9e5e23323554aaaf83599f18a
commit 295c22fd22e253d9e5e23323554aaaf83599f18a
Author: Franck Villaume <[email protected]>
Date: Tue Mar 22 08:59:15 2016 +0100
Layout: add meta, force IE rendering engine
diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 32da7cf..d05fafd 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -256,6 +256,7 @@ class Layout extends Error {
$this->headerHTMLDeclaration();
echo html_ao('head');
echo html_e('meta', array('http-equiv' => 'Content-Type',
'content' => 'text/html; charset=utf-8'));
+ echo html_e('meta', array('http-equiv' => 'X-UA-Compatible',
'content' => 'IE=9; IE=8; IE=EDGE'));
if (isset($params['meta-description'])) {
echo html_e('meta', array('name' => 'description',
'content' => $params['meta-description']));
}
-----------------------------------------------------------------------
Summary of changes:
src/www/include/Layout.class.php | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits