diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php
index 60c6cc4be65531610a65d2f0b07e95c373413886..8e84125d65d0d77d3af8bda59806133f61375315 100644
--- a/htdocs/categories/index.php
+++ b/htdocs/categories/index.php
@@ -263,7 +263,7 @@ foreach($fulltree as $key => $val)
 		$categstatic->id=$val['id'];
 		$categstatic->ref=$val['label'];
 		$categstatic->type=$type;
-		print $categstatic->getNomUrl(0,'',28);
+		print '  '.$categstatic->getNomUrl(0,'',28);
 		
 		//print '  '.dol_trunc($val['label'],28);
 		//if ($section == $val['id']) print '</u>';