Fix mix of space and nbsp

This commit is contained in:
Frédéric FRANCE 2014-11-28 08:50:37 +01:00
parent a724c3aa70
commit 369f802112

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;';
}
}