@@ -292,7 +292,7 @@ |
||
| 292 | 292 | $this->response->setHeader('Content-Description', 'File transfer', true); |
| 293 | 293 | $this->response->setHeader( |
| 294 | 294 | 'Content-disposition', |
| 295 | - 'attachment; filename ='. $type . '_' . $this->selectedSolrCoreConnection->getCoreName(). '.txt', |
|
| 295 | + 'attachment; filename =' . $type . '_' . $this->selectedSolrCoreConnection->getCoreName() . '.txt', |
|
| 296 | 296 | true |
| 297 | 297 | ); |
| 298 | 298 | return $content; |