diff --git a/core/modules/views/views.module b/core/modules/views/views.module index 6ad2689..09affbc 100644 --- a/core/modules/views/views.module +++ b/core/modules/views/views.module @@ -203,7 +203,8 @@ function views_theme($existing, $type, $theme, $path) { if (!function_exists('theme_' . $def['theme'])) { $hooks[$def['theme']]['path'] = $module_dir; $hooks[$def['theme']]['template'] = 'templates/' . drupal_clean_css_identifier($def['theme']); - } else { + } + else { $hooks[$def['theme']]['function'] = 'theme_' . $def['theme']; } }