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  207d305e4ca213ee7acc8b6f97434cdd6fbff502 (commit)
      from  ae72639c0eb116565bea5cb53514a40e722bca44 (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=207d305e4ca213ee7acc8b6f97434cdd6fbff502

commit 207d305e4ca213ee7acc8b6f97434cdd6fbff502
Author: Franck Villaume <[email protected]>
Date:   Sun Jun 11 19:21:21 2017 +0200

    fix HTML syntax

diff --git a/src/common/widget/Widget_TrackerComment.class.php 
b/src/common/widget/Widget_TrackerComment.class.php
index 7dca9d4..e28cf4e 100644
--- a/src/common/widget/Widget_TrackerComment.class.php
+++ b/src/common/widget/Widget_TrackerComment.class.php
@@ -167,9 +167,9 @@ class Widget_TrackerComment extends Widget {
                }
                if ($func == 'detail') {
                        $tabberContent .= html_e('div', array('id' => 
'tabber-changes', 'class' => 'tabbertab'),
-                                               $ah->showHistory());
+                                               $ah->showHistory(), false);
                        $tabberContent .= html_e('div', array('id' => 
'tabber-relations', 'class' => 'tabbertab'),
-                                               $ah->showRelations());
+                                               $ah->showRelations(), false);
                        if (forge_get_config('use_artefacts_dependencies')) {
                                $tabberContent .= html_e('div', array('id' => 
'tabber-dependencies', 'class' => 'tabbertab'),
                                                $ah->showDependencies());

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

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


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to