diff --git a/core/modules/locale/src/Form/ExportForm.php b/core/modules/locale/src/Form/ExportForm.php
index ed2a6cf5c798723bbee9a47dfb05b09515766d5d..4a4695b5c2465748420bad42af1a4f54517032fa 100644
--- a/core/modules/locale/src/Form/ExportForm.php
+++ b/core/modules/locale/src/Form/ExportForm.php
@@ -85,7 +85,6 @@ public function buildForm(array $form, FormStateInterface $form_state) {
       $form['content_options'] = array(
         '#type' => 'details',
         '#title' => $this->t('Export options'),
-        '#collapsed' => TRUE,
         '#tree' => TRUE,
         '#states' => array(
           'invisible' => array(