@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | $this->view = $this->process($this->view); |
115 | 115 | } |
116 | 116 | |
117 | - if (! is_null($this->layout)) { |
|
117 | + if (!is_null($this->layout)) { |
|
118 | 118 | return $this->process($this->layout); |
119 | 119 | } else { |
120 | 120 | return $this->view; |
@@ -247,7 +247,7 @@ discard block |
||
247 | 247 | } |
248 | 248 | |
249 | 249 | foreach ($sheets as $sheet) { |
250 | - $string .= '<link rel="stylesheet" href="' . $sheet .'">' . "\r\n"; |
|
250 | + $string .= '<link rel="stylesheet" href="' . $sheet . '">' . "\r\n"; |
|
251 | 251 | } |
252 | 252 | |
253 | 253 | return $string; |