diff --git a/core/includes/theme.inc b/core/includes/theme.inc index e488689..adca212 100644 --- a/core/includes/theme.inc +++ b/core/includes/theme.inc @@ -2262,9 +2262,9 @@ function theme_table($variables) { * @param array $variables * An associative array containing: * - style: Set to either 'asc' or 'desc'. This determines which icon to show. - * - * @todo Remove this and consolidate with 'image', - * see http://drupal.org/node/1804614. + * + * @todo Remove this and consolidate with 'image', see + * http://drupal.org/node/1804614. */ function template_preprocess_tablesort_indicator(&$variables) { // Provide the image attributes for an ascending or descending image.