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  0c9b9b9b76f7e627a45962a0aea295ce0150c70d (commit)
      from  bda999a7e22bb789c7e3790195178b91b7dcb43b (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=0c9b9b9b76f7e627a45962a0aea295ce0150c70d

commit 0c9b9b9b76f7e627a45962a0aea295ce0150c70d
Author: Franck Villaume <[email protected]>
Date:   Fri Sep 30 23:06:20 2016 +0200

    fix html syntax

diff --git a/src/common/tracker/actions/detail.php 
b/src/common/tracker/actions/detail.php
index 555dda5..a98c261 100644
--- a/src/common/tracker/actions/detail.php
+++ b/src/common/tracker/actions/detail.php
@@ -198,12 +198,13 @@ $nb = $count? ' ('.$count.')' : '';
                        <input type="file" name="input_file3" /><br />
                        <input type="file" name="input_file4" /><br />
                <?php } ?>
-       <?php
+               <?php
                //
                // print a list of files attached to this Artifact
                //
                        $ath->renderFiles($group_id, $ah);
                ?>
+               </td></tr>
        </table>
        </div>
 <?php

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

Summary of changes:
 src/common/tracker/actions/detail.php | 3 ++-
 1 file changed, 2 insertions(+), 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