Oops...
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Sun, 9 Jul 2006 15:55:32 +0000 (15:55 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:34:49 +0000 (00:34 +0100)
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@68 9869982d-c50d-0410-be91-f2a2ec7c7c7b

banana/misc.inc.php

index 150af47..3230618 100644 (file)
@@ -246,7 +246,7 @@ function formatDisplayHeader($_header,$_text) {
                 $p = $banana->spool->overview[$p]->parent;
             }
             foreach (array_reverse($par_ok) as $p) {
-                $rsl .= makeHREF(Array('group' => $banana->spool->group), $ndx);
+                $rsl .= makeHREF(Array('group' => $banana->spool->group), $ndx) . ' ';
                 $ndx++;
             }
             return $rsl;