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 d23944dbb1255ddc5ca844ad46a8baedc422a3c9 (commit)
from 037ab808f4c974826f18eb9018202d40ad45bace (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=d23944dbb1255ddc5ca844ad46a8baedc422a3c9
commit d23944dbb1255ddc5ca844ad46a8baedc422a3c9
Author: Franck Villaume <[email protected]>
Date: Fri Dec 1 09:13:42 2017 +0000
artifact: fix markdown in comments, wrong var
diff --git a/src/common/tracker/include/ArtifactHtml.class.php
b/src/common/tracker/include/ArtifactHtml.class.php
index 482b355..ea6006e 100644
--- a/src/common/tracker/include/ArtifactHtml.class.php
+++ b/src/common/tracker/include/ArtifactHtml.class.php
@@ -131,7 +131,7 @@ function hide_edit_button(id) {
switch ($parsertype) {
case 'markdown':
require_once 'markdown.php';
- $result_html = Markdown($text);
+ $text = Markdown($text);
break;
default:
$text = nl2br($text);
-----------------------------------------------------------------------
Summary of changes:
src/common/tracker/include/ArtifactHtml.class.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