diff --git a/core/modules/text/text.module b/core/modules/text/text.module index 95b2ed7..3a700e3 100644 --- a/core/modules/text/text.module +++ b/core/modules/text/text.module @@ -36,9 +36,6 @@ function text_help($route_name, RouteMatchInterface $route_match) { $output .= ''; return $output; } - $output .= ''; - return $output; - } } /**