[Fusionforge-commits] FusionForge branch master updated. v6.0.5-2187-g6e61b58

Franck Villaume nerville at libremir.placard.fr.eu.org
Mon Sep 18 12:13:11 CEST 2017


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  6e61b58659951ac6444b8ec735bd9b4f1785f68c (commit)
      from  5b0f099065f4e99f6eee874afa5ad24abb6579db (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=6e61b58659951ac6444b8ec735bd9b4f1785f68c

commit 6e61b58659951ac6444b8ec735bd9b4f1785f68c
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Sep 18 10:13:07 2017 +0000

    scmgit: multirepo stats, add missing tableheading

diff --git a/src/plugins/scmgit/common/GitPlugin.class.php b/src/plugins/scmgit/common/GitPlugin.class.php
index 80a31d3..fc8a7c5 100644
--- a/src/plugins/scmgit/common/GitPlugin.class.php
+++ b/src/plugins/scmgit/common/GitPlugin.class.php
@@ -365,7 +365,7 @@ control over it to the project's administrator.");
 					$total = array('adds' => 0, 'updates' => 0);
 					$cells = array();
 					$cells[] = array(html_e('strong', array(), $data['reponame'].' '._('statistics')), 'colspan' => 3);
-					$b .= $HTML->multiTableRow(array(), $cells);
+					$b .= $HTML->multiTableRow(array('class' => 'tableheading'), $cells);
 				}
 				$cells = array();
 				$cells[] = array(util_display_user($data['user_name'], $data['user_id'], $data['realname']), 'class' => 'halfwidth');

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

Summary of changes:
 src/plugins/scmgit/common/GitPlugin.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list