diff --git a/contrib/smarty/plugins/block.render.php b/contrib/smarty/plugins/block.render.php index f6f05403495dfbaa5e5688ed8a8bb63a9f1d83c6..752058800b475b8f26784c2169c2e6df0bec259d 100644 --- a/contrib/smarty/plugins/block.render.php +++ b/contrib/smarty/plugins/block.render.php @@ -34,7 +34,7 @@ function smarty_block_render($params, $text, &$smarty) /* Debug output */ if (session::is_set('DEBUGLEVEL') && session::get('DEBUGLEVEL') & DEBUG_ACL ) { - echo '<div style="color:blue;font-size:2;"> '.$acl.'</div>'; + echo '<div style="color:blue;">'.$acl.'</div>'; } /* Read / Write*/