From dadf781c938dd452624e151dd19f590f8e7a5a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be> Date: Mon, 3 Oct 2016 15:20:26 +0200 Subject: [PATCH] =?UTF-8?q?Removed=20size=20restriction=20of=20ACL=C2=A0de?= =?UTF-8?q?bug=20so=20that=20we=20can=20see=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- contrib/smarty/plugins/block.render.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/smarty/plugins/block.render.php b/contrib/smarty/plugins/block.render.php index f6f054034..752058800 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*/ -- GitLab