diff --git a/lib/front/front.class.php b/lib/front/front.class.php index a31eaf6dda..419634a12a 100644 --- a/lib/front/front.class.php +++ b/lib/front/front.class.php @@ -783,7 +783,7 @@ EOT; */ static public function execute($code) { - $js = self::start(); + $js = self::start($full = false); $js .= $code; $js .= self::end(); echo $js;