diff --git a/core/modules/color/color.module b/core/modules/color/color.module index 4fb212c..aaf0ba6 100644 --- a/core/modules/color/color.module +++ b/core/modules/color/color.module @@ -17,7 +17,7 @@ function color_help($path, $arg) { $output .= '
' . t('To change the color settings, select the Settings link for your theme on the Appearance page. If the color picker does not appear than the theme is not compatible with the Color module.', array('!appearance' => \Drupal::url('system.themes_page'))) . '
'; + $output .= '' . t('To change the color settings, select the Settings link for your theme on the Appearance page. If the color picker does not appear than the theme is not compatible with the Color module.', array('!appearance' => \Drupal::url('system.themes_page'))) . '
'; $output .= '' . t('The Color module saves a modified copy of the theme\'s specified stylesheets in the files directory. This means that if you make any manual changes to your theme\'s stylesheet, you must save your color settings again, even if they haven\'t changed. This step is required because the module stylesheets (in the files directory) need to be recreated to include your changes.') . '