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, 6.1 has been updated
       via  737a090d2410f542ecc9e9b00e046bf47decc064 (commit)
      from  1ac6ec0999e7e42314691259db23bd456bc8d290 (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=737a090d2410f542ecc9e9b00e046bf47decc064

commit 737a090d2410f542ecc9e9b00e046bf47decc064
Author: Franck Villaume <[email protected]>
Date:   Sun Oct 15 18:14:57 2017 +0200

    add missing class in listTableTop to identify table header clearly

diff --git a/src/www/include/Layout.class.php b/src/www/include/Layout.class.php
index dffb677..fdac7cc 100644
--- a/src/www/include/Layout.class.php
+++ b/src/www/include/Layout.class.php
@@ -481,7 +481,7 @@ abstract class Layout extends FFError {
                if (count($titleArray)) {
                        $ap = html_ap();
                        $return .= html_ao('thead');
-                       $return .= html_ao('tr');
+                       $return .= html_ao('tr', array('class' => 
'tableheading'));
 
                        $count = count($titleArray);
                        for ($i = 0; $i < $count; $i++) {

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

Summary of changes:
 src/www/include/Layout.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to