From: Franck VILLAUME Date: Sun, 18 Sep 2011 09:25:50 +0000 (+0000) Subject: not part of the table anyway X-Git-Tag: v5_2_rc1~773 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=d0fcdc9b7bbd28bc6d17d0956283982c2963ebe8 not part of the table anyway --- diff --git a/src/common/widget/Widget_MyProjects.class.php b/src/common/widget/Widget_MyProjects.class.php index b65c67611a..97117cd28b 100644 --- a/src/common/widget/Widget_MyProjects.class.php +++ b/src/common/widget/Widget_MyProjects.class.php @@ -87,13 +87,12 @@ class Widget_MyProjects extends Widget { $html_my_projects .= ' '; } } - + $html_my_projects .= ''; if (isset($private_shown) && $private_shown) { $html_my_projects .= ' - '. - '(*) '._("Private project").''; + (*) '._("Private project").''; } - $html_my_projects .= ''; + } return $html_my_projects; }