@@ -124,7 +124,7 @@ |
||
124 | 124 | */ |
125 | 125 | public function outputBase64Src(): string |
126 | 126 | { |
127 | - return 'data:' . $this->getHeader() . ';base64,' . \base64_encode( $this->output(true) ); |
|
127 | + return 'data:'.$this->getHeader().';base64,'.\base64_encode($this->output(true)); |
|
128 | 128 | } |
129 | 129 | |
130 | 130 | private function renderImage(): void |