Author: nerville
Date: 2012-11-23 15:53:25 +0100 (Fri, 23 Nov 2012)
New Revision: 16820

Modified:
   branches/Branch_5_2/src/www/themes/funky/Theme.class.php
Log:
fix syntax when tooltips are enabled

Modified: branches/Branch_5_2/src/www/themes/funky/Theme.class.php
===================================================================
--- branches/Branch_5_2/src/www/themes/funky/Theme.class.php    2012-11-23 
14:38:02 UTC (rev 16819)
+++ branches/Branch_5_2/src/www/themes/funky/Theme.class.php    2012-11-23 
14:53:25 UTC (rev 16820)
@@ -276,7 +276,7 @@
                        $return .= '<td class="tg-middle" 
style="width:'.$tabwidth.'%;"><a ';
                        $return .= 'id="'.md5($TABS_DIRS[$i]).'" ';
                        if ($use_tooltips)
-                               $return .= 'class="tabtitle" 
title="'.$TABS_TOOLTIPS[$i].'"';
+                               $return .= 'class="tabtitle" 
title="'.$TABS_TOOLTIPS[$i].'" ';
                        $return .= 'href="'.$TABS_DIRS[$i].'">' . "\n";
                        $return .= '<span';
 


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

Reply via email to