[Fusionforge-commits] FusionForge branch master updated. 6b38fa607853e18d73df3e0e2bcc1d0a98c3cc8e

Franck VILLAUME nerville at fusionforge.org
Sat Jun 29 14:48:15 CEST 2013


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  6b38fa607853e18d73df3e0e2bcc1d0a98c3cc8e (commit)
      from  98bae64e6ff8d4e5f3a28d0d0a729b797c5a5b90 (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 -----------------------------------------------------------------
commit 6b38fa607853e18d73df3e0e2bcc1d0a98c3cc8e
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sat Jun 29 14:48:09 2013 +0200

    indent

diff --git a/src/www/themes/gforge/Theme.class.php b/src/www/themes/gforge/Theme.class.php
index d8ad5a4..6b93cfb 100644
--- a/src/www/themes/gforge/Theme.class.php
+++ b/src/www/themes/gforge/Theme.class.php
@@ -305,7 +305,7 @@ class Theme extends Layout {
 			$return .= '>' . "\n";
 			$return .= '<a ';
 			if ($use_tooltips && isset($TABS_TOOLTIPS[$i]))
-					$return .= ' title="'.$TABS_TOOLTIPS[$i].'"';
+				$return .= ' title="'.$TABS_TOOLTIPS[$i].'"';
 
 			$return .= ' href="'.$TABS_DIRS[$i].'">'.$TABS_TITLES[$i].'</a>' . "\n";
 			$return .= '</div>';

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

Summary of changes:
 src/www/themes/gforge/Theme.class.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list