@@ -43,7 +43,7 @@ |
||
43 | 43 | |
44 | 44 | public function prependCruft($content) |
45 | 45 | { |
46 | - return $this->cruft . trim($content); |
|
46 | + return $this->cruft.trim($content); |
|
47 | 47 | } |
48 | 48 | |
49 | 49 | public function afterAction($action, $result) |