@@ -37,7 +37,7 @@ |
||
37 | 37 | public function run() |
38 | 38 | { |
39 | 39 | $tag = Html::tag('img', '', ['class' => $this->class, 'data-src' => $this->src, 'data-width' => $this->width, 'data-height' => $this->height]); |
40 | - $tag.= '<noscript><img class="'.$this->class.'" src="'.$this->src.'" /></noscript>'; |
|
40 | + $tag .= '<noscript><img class="'.$this->class.'" src="'.$this->src.'" /></noscript>'; |
|
41 | 41 | return $tag; |
42 | 42 | } |
43 | 43 | } |
44 | 44 | \ No newline at end of file |
@@ -27,6 +27,6 @@ |
||
27 | 27 | $this->_view = Yii::$app->getView(); |
28 | 28 | } |
29 | 29 | |
30 | - return $this->_view; |
|
30 | + return $this->_view; |
|
31 | 31 | } |
32 | 32 | } |
33 | 33 | \ No newline at end of file |