From 76e8107713f45b30f3084d08b6c3ae1effe0baaa Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Sat, 19 Mar 2011 17:43:05 +0000
Subject: [PATCH] Fix: why no link ?

---
 htdocs/categories/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php
index 60c6cc4be65..8e84125d65d 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 ' &nbsp;'.$categstatic->getNomUrl(0,'',28);
 		
 		//print ' &nbsp;'.dol_trunc($val['label'],28);
 		//if ($section == $val['id']) print '</u>';
-- 
GitLab