2
0
forked from Wavyzz/dolibarr

Merge pull request #2114 from frederic34/patch-4

Fix mix of space and nbsp
This commit is contained in:
Laurent Destailleur
2014-12-02 19:56:04 +01:00

View File

@@ -1360,7 +1360,7 @@ function print_left_eldy_menu($db,$menu_array_before,$menu_array_after,&$tabMenu
{
for ($j=0; $j < $tabul; $j++)
{
$tabstring.='&nbsp; &nbsp; &nbsp;';
$tabstring.='&nbsp;&nbsp;&nbsp;';
}
}