diff --git a/twig_tweak.module b/twig_tweak.module index d9ef036..f2e592f 100644 --- a/twig_tweak.module +++ b/twig_tweak.module @@ -16,10 +16,10 @@ function twig_tweak_help($route_name, RouteMatchInterface $route_match) { $output = ''; $output .= '

' . (string) new TranslatableMarkup('About') . '

'; $output .= '

' . (string) new TranslatableMarkup('Twig Tweak is a small module which provides a Twig extension with some useful functions and filters that can improve development experience.') . '

'; - $output .= '

' . (string) new TranslatableMarkup('You can click on the links below for more information about this module.') . '

'; + $output .= '

' . (string) new TranslatableMarkup('You can click on the links below for more information about this module.') . '

'; $output .= '

' . (string) new TranslatableMarkup('Project page', [ ':project_link' => 'https://www.drupal.org/project/twig_tweak', - ]) . '

'; + ]) . '

'; return $output; } }