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  fc916e98d92a40e5beef58a638c90fa438a21818 (commit)
      from  e95adeaeb7d84c14f57bb20af234cb24f8b2f3f3 (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=fc916e98d92a40e5beef58a638c90fa438a21818

commit fc916e98d92a40e5beef58a638c90fa438a21818
Author: Franck Villaume <[email protected]>
Date:   Mon Jan 22 16:35:58 2018 +0000

    remove trailing characters

diff --git a/src/www/reporting/projectact.php b/src/www/reporting/projectact.php
index 7e37632..f368f7f 100644
--- a/src/www/reporting/projectact.php
+++ b/src/www/reporting/projectact.php
@@ -63,7 +63,7 @@ html_use_jqueryjqplotplugindateAxisRenderer();
 html_use_jqueryjqplotpluginBar();
 
 report_header(_('Project Activity'));
-echo $HTML->openForm(array('action' => getStringFromServer('PHP_SELF'), 
'method' => 'get')); ?>
+echo $HTML->openForm(array('action' => getStringFromServer('PHP_SELF'), 
'method' => 'get'));
 ?>
 <table><tr>
 <td><strong><?php echo _('Project')._(':'); ?></strong><br /><?php echo 
report_group_box('g_id',$g_id); ?></td>

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

Summary of changes:
 src/www/reporting/projectact.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