Small fix in crosspost layout
authorx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 10 Aug 2006 16:33:10 +0000 (16:33 +0000)
committerx2003bruneau <x2003bruneau@839d8a87-29fc-0310-9880-83ba4fa771e5>
Thu, 10 Aug 2006 16:33:10 +0000 (16:33 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@796 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/banana/banana.inc.php

index bad2b3c..5fcc67a 100644 (file)
@@ -96,9 +96,9 @@ function hook_getSubject(&$subject)
         $subject = $matches[1];
         global $banana;
         if ($banana->state['group'] == $matches[2]) {
-            return ' [=> ' . $matches[2] . ']';
+            return ' [=>&nbsp;' . $matches[2] . ']';
         } else {
-            return ' [=> ' . makeHREF(array('group' => $matches[2]), $matches[2]) . ']';
+            return ' [=>&nbsp;' . makeHREF(array('group' => $matches[2]), $matches[2]) . ']';
         }
     }
     return null;