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  8a00900724ba6b553c4b887ce5184e319346c15c (commit)
       via  5376ef78e9e5434c45295c1db03c52e1a6ac20ca (commit)
      from  e3750012515f4c0a8b84a9a22e10c6c8d3da4b82 (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=8a00900724ba6b553c4b887ce5184e319346c15c

commit 8a00900724ba6b553c4b887ce5184e319346c15c
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu May 4 10:14:03 2017 +0200

    X-UA-Compatible: IE=edge

diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index 4cf00fc..694d86d 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -263,7 +263,7 @@ abstract class Layout extends FFError {
                $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'));
+               echo html_e('meta', array('http-equiv' => 'X-UA-Compatible', 
'content' => 'IE=edge'));
                if (isset($params['meta-description'])) {
                        echo html_e('meta', array('name' => 'description', 
'content' => $params['meta-description']));
                }

https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=5376ef78e9e5434c45295c1db03c52e1a6ac20ca

commit 5376ef78e9e5434c45295c1db03c52e1a6ac20ca
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu May 4 10:12:10 2017 +0200

    summary attribute on table is obsolete in HTML 5

diff --git a/src/www/index_std.php b/src/www/index_std.php
index 7c1889b..dfdca43 100644
--- a/src/www/index_std.php
+++ b/src/www/index_std.php
@@ -24,7 +24,7 @@
 require_once $gfcommon.'include/FusionForge.class.php';
 ?>
 <!-- whole page table -->
-<table id="bd" class="fullwidth" summary="">
+<table id="bd" class="fullwidth">
 <tr>
 <td id="bd-col1">
        <h2 id="title-home-page"><img src="<?php echo util_make_uri 
('/images/fusionforge-resized.png') ?>" alt="FusionForge"/></h2>

-----------------------------------------------------------------------

Summary of changes:
 src/www/include/Layout.class.php | 2 +-
 src/www/index_std.php            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to