[Fusionforge-commits] FusionForge branch master updated. 6.0.4-851-gfb04c37

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Thu Sep 8 12:17:13 CEST 2016


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  fb04c37eda9efe35d88d1d9a57ef4351c9144e5b (commit)
      from  b7216cc4da277eb7f8b948425d9e6b9954f10519 (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=fb04c37eda9efe35d88d1d9a57ef4351c9144e5b

commit fb04c37eda9efe35d88d1d9a57ef4351c9144e5b
Author: Marc-Etienne Vargenau <Marc-Etienne.Vargenau at alcatel-lucent.com>
Date:   Thu Sep 8 12:17:09 2016 +0200

    Add missing "%" removed by commit 7153e12

diff --git a/src/common/tracker/include/ArtifactTypeHtml.class.php b/src/common/tracker/include/ArtifactTypeHtml.class.php
index 2af2474..78ec6c8 100644
--- a/src/common/tracker/include/ArtifactTypeHtml.class.php
+++ b/src/common/tracker/include/ArtifactTypeHtml.class.php
@@ -507,7 +507,7 @@ EOS;
 			echo $HTML->listTableBottom();
 
 			echo "\n<hr /><p style=\"text-align:right;\">";
-			echo _('Average completion rate')._(': ').(int)($totalPercentage/$taskcount);
+			echo _('Average completion rate')._(': ').(int)($totalPercentage/$taskcount).'%';
 			echo "</p>\n";
 			echo '</td></tr>';
 		}

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list