@@ -90,7 +90,7 @@ |
||
90 | 90 | /** @throws NothingLoadedException */ |
91 | 91 | public function outputBase64Src(): string |
92 | 92 | { |
93 | - return 'data:' . $this->getHeader() . ';base64,' . \base64_encode( $this->output(true) ); |
|
93 | + return 'data:'.$this->getHeader().';base64,'.\base64_encode($this->output(true)); |
|
94 | 94 | } |
95 | 95 | |
96 | 96 | private function renderImage(): void |