diff --git a/Classes/Controller/DatabaseStorageController.php b/Classes/Controller/DatabaseStorageController.php index 595b209..63488c9 100644 --- a/Classes/Controller/DatabaseStorageController.php +++ b/Classes/Controller/DatabaseStorageController.php @@ -140,15 +140,7 @@ public function showAction(string $identifier) $properties = $entry->getProperties(); foreach ($properties as &$value) { - if (is_array($value)) { - // Todo fix this for deep arrays - foreach ($value as &$innerValue) { - $innerValue = $this->getStringValue($innerValue); - } - $value = sprintf('', implode('
  • ', $value)); - } else { - $value = $this->getStringValue($value); - } + $value = $this->getStringValue($value); } $entry->setProperties($properties); diff --git a/Resources/Private/Templates/DatabaseStorage/Show.html b/Resources/Private/Templates/DatabaseStorage/Show.html index 538d1b1..93a8b95 100644 --- a/Resources/Private/Templates/DatabaseStorage/Show.html +++ b/Resources/Private/Templates/DatabaseStorage/Show.html @@ -21,7 +21,7 @@   - {title} + {title -> f:format.nl2br()} {neos:backend.translate(id: 'storage.datetime')}