Browse Source

Fix CS error.

ADmad 11 years ago
parent
commit
392117e551
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/View/Helper/HtmlHelper.php

+ 0 - 1
src/View/Helper/HtmlHelper.php

@@ -506,7 +506,6 @@ class HtmlHelper extends Helper {
 		}
 		$this->_includedAssets[__METHOD__][$url] = true;
 
-
 		$out = $this->formatTemplate('javascriptlink', [
 			'url' => $url,
 			'attrs' => $this->templater()->formatAttributes($options, ['block', 'once']),