diff --git a/core/modules/contextual/contextual.module b/core/modules/contextual/contextual.module index b799a5a..24cc8e1 100644 --- a/core/modules/contextual/contextual.module +++ b/core/modules/contextual/contextual.module @@ -76,7 +76,7 @@ function contextual_help($route_name, RouteMatchInterface $route_match) { $output .= '
'; $output .= t('Contextual links for an area on a page are displayed using a contextual links button. There are two ways to make the contextual links button visible:'); $output .= '
    '; - $output .= '
  1. ' . t('Hovering over the area of interest will temporarily make the contextual links button visible (which looks like a pencil in most themes, and is normally displayed in the upper right corner of the area). The icon typically looks like this: contextual links button', array('!pencil' => file_create_url('core/misc/icons/bebebe/pencil.svg'))) . '
  2. '; + $output .= '
  3. ' . t('Hovering over the area of interest will temporarily make the contextual links button visible (which looks like a pencil in most themes, and is normally displayed in the upper right corner of the area). The icon typically looks like this: contextual links button', array('!pencil' => file_create_url('core/misc/icons/bebebe/pencil.svg'))) . '
  4. '; $output .= '
  5. ' . t('If you have the Toolbar module enabled, clicking the contextual links button in the toolbar (which looks like a pencil) will make all contextual links buttons on the page visible. Clicking this button again will toggle them to invisible.', array('!toolbar' => \Drupal::url('help.page', array('name' => 'toolbar')))) . '
  6. '; $output .= '
'; $output .= t('Once the contextual links button for the area of interest is visible, click the button to display the links.'); diff --git a/core/modules/text/text.module b/core/modules/text/text.module index 1612487..f4b1d09 100644 --- a/core/modules/text/text.module +++ b/core/modules/text/text.module @@ -120,7 +120,7 @@ function text_summary($text, $format = NULL, $size = NULL) { $break_points[] = array('

' => 0); // If no complete paragraph then treat line breaks as paragraphs. - $line_breaks = array('
' => 6, '
' => 4); + $line_breaks = array('
' => 6, '
' => 4); // Newline only indicates a line break if line break converter // filter is present. if (isset($format) && $filters->has('filter_autop') && $filters->get('filter_autop')->status) { diff --git a/core/update.php b/core/update.php index 4e8157c..fae267c 100644 --- a/core/update.php +++ b/core/update.php @@ -207,7 +207,7 @@ function update_info_page() { $output .= "\n"; $output .= "

When you have performed the steps above, you may proceed.

\n"; $form_action = check_url(drupal_current_script_url(array('op' => 'selection', 'token' => $token))); - $output .= '
'; + $output .= '
'; $output .= "\n"; $build = array(