diff --git a/includes/theme.inc b/includes/theme.inc index d2a142b..ed34b82 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -1554,7 +1554,7 @@ function _theme_render_template_debug($template_function, $template_file, $varia 'debug_suffix' => '', ); $output['debug_prefix'] .= "\n\n"; - $output['debug_prefix'] .= "\n"; + $output['debug_prefix'] .= "\n"; // If there are theme suggestions, reverse the array so more specific // suggestions are shown first. if (!empty($variables['theme_hook_suggestions'])) { @@ -1587,10 +1587,10 @@ function _theme_render_template_debug($template_function, $template_file, $varia $prefix = ($template == $current_template) ? 'x' : '*'; $suggestion = $prefix . ' ' . $template; } - $output['debug_info'] .= "\n"; + $output['debug_info'] .= "\n"; } - $output['debug_info'] .= "\n\n"; - $output['debug_suffix'] .= "\n\n\n"; + $output['debug_info'] .= "\n\n"; + $output['debug_suffix'] .= "\n\n\n"; return implode('', $output); }