@@ -107,7 +107,7 @@ |
||
| 107 | 107 | Versioned::set_reading_mode($oldMode); |
| 108 | 108 | } |
| 109 | 109 | |
| 110 | - return str_replace('</body>', $include . '</body>', (string) $rendered->getBody()); |
|
| 110 | + return str_replace('</body>', $include.'</body>', (string) $rendered->getBody()); |
|
| 111 | 111 | } else { |
| 112 | 112 | return $this->errorPage(); |
| 113 | 113 | } |