diff --git a/core/modules/migrate_drupal_ui/src/Form/ReviewForm.php b/core/modules/migrate_drupal_ui/src/Form/ReviewForm.php index 977ee488ac566d98b6a3895785719b5439633a65..a28dada3e9ccfe508edd40cbc8dfabad71911d06 100644 --- a/core/modules/migrate_drupal_ui/src/Form/ReviewForm.php +++ b/core/modules/migrate_drupal_ui/src/Form/ReviewForm.php @@ -138,7 +138,7 @@ public function buildForm(array $form, FormStateInterface $form_state) { '#open' => TRUE, '#title' => $this->t('Modules that will not be upgraded'), '#summary_attributes' => ['id' => ['error']], - '#description' => $this->t("The new site is missing modules corresponding to the old site's modules. Unless they are installed prior to the upgrade, configuration and/or content needed by them will not be available on your new site. <a href=':review'>Read the checklist</a> to help decide what to do.", [':review' => 'https://www.drupal.org/docs/8/upgrade/upgrade-using-web-browser#pre-upgrade-analysis']), + '#description' => $this->t('The new site is missing modules corresponding to the old site\'s modules. Unless they are installed prior to the upgrade, configuration and/or content needed by them will not be available on your new site. <a href=":review">Read the checklist</a> to help decide what to do.', [':review' => 'https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-6-or-drupal-7/upgrade-using-web-browser#pre-upgrade-analysis']), '#weight' => 2, ]; $missing_module_list['module_list'] = [ diff --git a/core/modules/views/tests/src/Functional/GlossaryTest.php b/core/modules/views/tests/src/Functional/GlossaryTest.php index fc93e5e5dab0c690723df3c3c99af025e4ad1393..292f917677157139dc79bcd10e7231a36cb2a1f5 100644 --- a/core/modules/views/tests/src/Functional/GlossaryTest.php +++ b/core/modules/views/tests/src/Functional/GlossaryTest.php @@ -119,7 +119,7 @@ public function testGlossaryView(): void { // Get the summary link for a certain character. Filter by label and href // to ensure that both of them are correct. $result = $this->assertSession()->elementExists('xpath', "//a[contains(@href, '{$href}') and normalize-space(text())='{$label}']/.."); - // The rendered output looks like "<a href=''>X</a> | (count)" so let's + // The rendered output looks like "<a href="">X</a> | (count)" so let's // figure out the int. $result_count = explode(' ', trim(str_replace(['|', '(', ')'], '', $result->getText())))[1]; $this->assertEquals($count, $result_count, 'The expected number got rendered.'); diff --git a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/node/page.csv b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/node/page.csv index c9b472bae327ebf96ff867a0962db045595646e1..6cd609734d64f03e9bf155b2de43ae67e8bc0717 100644 --- a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/node/page.csv +++ b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/en/node/page.csv @@ -1,2 +1,2 @@ id,title,field_body,author,slug -1,About Umami,"<p>Umami is a fictional food magazine that has been created to demonstrate how you might build a Drupal site using functionality provided 'out of the box'.</p><p>For more information visit <a href='https://www.drupal.org/docs/umami-drupal-demonstration-installation-profile'>https://www.drupal.org/docs/umami-drupal-demonstration-installation-profile</a>.</p>",Samuel Adamson,about-umami +1,About Umami,"<p>Umami is a fictional food magazine that has been created to demonstrate how you might build a Drupal site using functionality provided 'out of the box'.</p><p>For more information visit <a href=""https://www.drupal.org/docs/umami-drupal-demonstration-installation-profile"">https://www.drupal.org/docs/umami-drupal-demonstration-installation-profile</a>.</p>",Samuel Adamson,about-umami diff --git a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/node/page.csv b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/node/page.csv index 13c890ca7e88c81a9ed76c7d67942fa388c47f30..7b1fb39244d06408132cd1630104c13fd832c897 100644 --- a/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/node/page.csv +++ b/core/profiles/demo_umami/modules/demo_umami_content/default_content/languages/es/node/page.csv @@ -1,2 +1,2 @@ id,title,field_body,author,slug -1,Acerca de Umami,"<p> Umami es una revista ficticia de alimentos que se ha creado para demostrar cómo se puede construir un sitio de Drupal con la funcionalidad que se proporciona 'fuera de la caja'. </p> <p> Para obtener más información, visite <a href='https://www.drupal.org/docs/umami-drupal-demonstration-installation-profile'>https://www.drupal.org/docs/umami-drupal-demonstration-installation-profile</a>.</p> ",Samuel Adamson,acerca-de-umami +1,Acerca de Umami,"<p> Umami es una revista ficticia de alimentos que se ha creado para demostrar cómo se puede construir un sitio de Drupal con la funcionalidad que se proporciona 'fuera de la caja'. </p> <p> Para obtener más información, visite <a href=""https://www.drupal.org/docs/umami-drupal-demonstration-installation-profile"">https://www.drupal.org/docs/umami-drupal-demonstration-installation-profile</a>.</p> ",Samuel Adamson,acerca-de-umami