From 392117e551dc6023f3255865ce95352036dcdb07 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 30 Nov 2014 10:34:33 +0530 Subject: [PATCH] Fix CS error. --- src/View/Helper/HtmlHelper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/View/Helper/HtmlHelper.php b/src/View/Helper/HtmlHelper.php index a6a05fec0c4..da605c0432b 100644 --- a/src/View/Helper/HtmlHelper.php +++ b/src/View/Helper/HtmlHelper.php @@ -506,7 +506,6 @@ public function script($url, array $options = array()) { } $this->_includedAssets[__METHOD__][$url] = true; - $out = $this->formatTemplate('javascriptlink', [ 'url' => $url, 'attrs' => $this->templater()->formatAttributes($options, ['block', 'once']),