From: hickert Date: Wed, 26 Jul 2006 03:20:42 +0000 (+0000) Subject: Remove additional strip_slash X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=461e4a3ce59cc3e84088790734d8dbeaec9e0891;p=gosa.git Remove additional strip_slash git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4294 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/smarty/plugins/block.render.php b/include/smarty/plugins/block.render.php index d3406ec2d..b2f8083d0 100755 --- a/include/smarty/plugins/block.render.php +++ b/include/smarty/plugins/block.render.php @@ -2,9 +2,6 @@ function smarty_block_render($params, $text, &$smarty) { - $text = stripslashes($text); - $acl = ""; - /* Skip closing tag */ if(empty($text)) { return("");