From 7efafc259dad781acc7dc20b0f1ff286579f842b Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 4 Aug 2014 12:44:52 +0100 Subject: [PATCH] Issue #2314563 by crazysix: Fixed Small style change in core/systems module. --- core/modules/system/src/Form/SiteInformationForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/src/Form/SiteInformationForm.php b/core/modules/system/src/Form/SiteInformationForm.php index d150b00dc52a..04e22466bace 100644 --- a/core/modules/system/src/Form/SiteInformationForm.php +++ b/core/modules/system/src/Form/SiteInformationForm.php @@ -75,7 +75,7 @@ public function buildForm(array $form, FormStateInterface $form_state) { '#type' => 'textfield', '#title' => t('Site name'), '#default_value' => $site_config->get('name'), - '#required' => TRUE + '#required' => TRUE, ); $form['site_information']['site_slogan'] = array( '#type' => 'textfield', -- GitLab