@@ -171,6 +171,6 @@ |
||
| 171 | 171 | imagedestroy($image); |
| 172 | 172 | $stringdata = ob_get_contents(); // read from buffer |
| 173 | 173 | ob_end_clean(); |
| 174 | - return 'data://text/plain;base64,'.base64_encode($stringdata); |
|
| 174 | + return 'data://text/plain;base64,' . base64_encode($stringdata); |
|
| 175 | 175 | } |
| 176 | 176 | } |