[Fusionforge-commits] FusionForge branch Branch_5_3 updated. e3af452458fd189e2ea61d8c6108ff70e175915e

Franck VILLAUME nerville at fusionforge.org
Tue Feb 18 17:51:04 CET 2014


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, Branch_5_3 has been updated
       via  e3af452458fd189e2ea61d8c6108ff70e175915e (commit)
      from  bd6da099ca8f9b7239bc96a19aab65d55b06ee7d (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 -----------------------------------------------------------------
commit e3af452458fd189e2ea61d8c6108ff70e175915e
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue Feb 18 17:50:59 2014 +0100

    Widget MyProjects: fix html

diff --git a/src/common/widget/Widget_MyProjects.class.php b/src/common/widget/Widget_MyProjects.class.php
index 5effddd..dc7e2bb 100644
--- a/src/common/widget/Widget_MyProjects.class.php
+++ b/src/common/widget/Widget_MyProjects.class.php
@@ -3,7 +3,7 @@
  * Copyright (c) Xerox Corporation, Codendi Team, 2001-2009. All rights reserved
  * Copyright 2010, Franck Villaume - Capgemini
  * Copyright 2013, French Ministry of National Education
- * Copyright 2013, Franck Villaume - TrivialDev
+ * Copyright 2013-2014, Franck Villaume - TrivialDev
  *
  * This file is a part of Fusionforge.
  *
@@ -57,7 +57,7 @@ class Widget_MyProjects extends Widget {
 			foreach ($groups as $g) {
 				$i++;
 				$html_my_projects .= '
-				<tr '. $HTML->boxGetAltRowStyle($i) .'"><td style="width:99%">'.
+				<tr '. $HTML->boxGetAltRowStyle($i) .'><td style="width:99%">'.
 					'<a href="/projects/'. $g->getUnixName() .'/">'.
 					$g->getPublicName().'</a>';
 

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

Summary of changes:
 src/common/widget/Widget_MyProjects.class.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list