Code

Added additional debug output
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Aug 2006 07:18:24 +0000 (07:18 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 3 Aug 2006 07:18:24 +0000 (07:18 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4374 594d385d-05f5-0310-b6e9-bd551577e9d8

include/smarty/plugins/block.render.php

index b2f8083d0f0fb1b1d8bf71c456cfd7034defab2d..63c8c3444e0e6c5e0df97d3a82abe214b8dbb81d 100755 (executable)
@@ -13,7 +13,7 @@ function smarty_block_render($params, $text, &$smarty)
                unset($params['acl']);
        }
 
-       echo "<font color='blue' size='2'>".$acl."</font>";
+       echo "<font color='blue' size='2'>&nbsp;".$acl."</font>";
 
        /* Read / Write*/
        if(preg_match("/w/i",$acl)){