commit 64f918c699ca976bc0d6be83a967c1c381e8b2bd Author: taslett Date: Thu Feb 21 14:44:46 2013 +1000 Removed space and added period diff --git a/core/modules/color/color.module b/core/modules/color/color.module index 730b03c..a7fbb01 100644 --- a/core/modules/color/color.module +++ b/core/modules/color/color.module @@ -244,7 +244,7 @@ function template_preprocess_color_scheme_form(&$variables) { $info = $form['info']['#value']; $path = drupal_get_path('theme', $theme) . '/'; drupal_add_css($path . $info['preview_css']); - + // @todo Transform to add library. $preview_js_path = isset($info['preview_js']) ? $path . $info['preview_js'] : drupal_get_path('module', 'color') . '/' . 'preview.js'; // Add the JS at a weight below color.js. diff --git a/core/modules/color/templates/color-scheme-form.html.twig b/core/modules/color/templates/color-scheme-form.html.twig index f5fe134..6733558 100644 --- a/core/modules/color/templates/color-scheme-form.html.twig +++ b/core/modules/color/templates/color-scheme-form.html.twig @@ -5,8 +5,8 @@ * * Available variables: * - scheme: Adds elements to aid theming of the theme's color scheme. - * eg. (select element with color theme presets, a color picker widget) - * - colors: An array of colors + * eg. (select element with color theme presets, a color picker widget). + * - colors: An array of colors. * - children: Rendered children elements. * - html_preview: A HTML preview of the theme's current color scheme. *