[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1413-g9d7e3e5

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Tue Jan 31 17:11:25 CET 2017


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  9d7e3e51026c7b49a4269a1b94772304b97e6faf (commit)
      from  b143d95fd643ec72a9f28aa700d0ef6ead8dba77 (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=9d7e3e51026c7b49a4269a1b94772304b97e6faf

commit 9d7e3e51026c7b49a4269a1b94772304b97e6faf
Author: Marc-Etienne Vargenau <marc-etienne.vargenau at nokia.com>
Date:   Tue Jan 31 17:11:21 2017 +0100

    Add \n

diff --git a/src/plugins/scmhook/library/scmsvn/commitTracker.class.php b/src/plugins/scmhook/library/scmsvn/commitTracker.class.php
index 55f4922..c2f3020 100644
--- a/src/plugins/scmhook/library/scmsvn/commitTracker.class.php
+++ b/src/plugins/scmhook/library/scmsvn/commitTracker.class.php
@@ -95,7 +95,8 @@ class SvnCommitTracker extends scmhook {
 		$Rows= db_numrows($DBResult);
 
 		if ($Rows > 0) {
-			echo '<tr><td>';
+			echo "<tr>\n";
+			echo "<td>\n";
 			echo html_e('h2', array(), _('Related SVN commits'), false);
 
 			$title_arr = $this->getTitleArr();
@@ -113,7 +114,8 @@ class SvnCommitTracker extends scmhook {
 				echo $HTML->multiTableRow(array('class' => $HTML->boxGetAltRowStyle($i, true)), $cells);
 			}
 			echo $HTML->listTableBottom();
-			echo '</td></tr>';
+			echo "</td>\n";
+			echo "</tr>\n";
 		}
 	}
 

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

Summary of changes:
 src/plugins/scmhook/library/scmsvn/commitTracker.class.php | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list