diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index 060cd42c3312d0464ce0bdc7353341f19b127a9a..489ad4dbeb323e636b632da2b31cb9d5eb59d629 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -356,7 +356,7 @@ class ArchiveProcessor
             $table->setMetadata(DataTable::COLUMN_AGGREGATION_OPS_METADATA_NAME, $columnAggregationOperations);
         }
 
-``        $data = $this->getArchive()->getDataTableExpanded($name, $idSubTable = null, $depth = null, $addMetadataSubtableId = false);
+        $data = $this->getArchive()->getDataTableExpanded($name, $idSubTable = null, $depth = null, $addMetadataSubtableId = false);
         if ($data instanceof DataTable\Map) {
             // as $date => $tableToSum
             foreach ($data->getDataTables() as $tableToSum) {